Html Css Color HEX #2667FA Royal Blue

📋 copy color: '#2667FA'

red 38 ◦ green 103 ◦ blue 250

#2667FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2667FA

Tints of Royal Blue #2667FA

RGB

 RED value IS 38 (15.23% from 255) = 9.72%

 GREEN value IS 103 (40.63% from 255) = 26.34%

 BLUE value IS 250 (98.05% from 255) = 63.94%

R = 9.72%
G = 26.34%
B = 63.94%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2667FA (or 0x2667FA) is known color: Royal Blue. HEX triplet: 26, 67 and FA. RGB value is (38,103,250). Sum of RGB (Red+Green+Blue) = 38+103+250=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #2667FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2667FA is #D99805. Grayscale: #636363. Windows color (decimal): -14260230 or 16410406. OLE color: 16410406.

HSL color Cylindrical-coordinate representation of color #2667FA: hue angle of 221.6º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2667FA is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 103 250 -
CMYK 0.85 0.59 0 0.02
HSL 221.6º 0.95% 0.56% -
HSV(B) 221.6º 0.85% 0.98% -
XYZ 22.9 17.01 92.52 -
YUV 100.32 212.47 83.55 -
System Red Green Blue C M Y K H S L
Decimal 38 103 250 0.85 0.59 0 0.02 221.6 0.95 0.56
Hex 26 67 FA 55 3B 0 2 DE 5F 38
Octal 46 147 372 125 73 0 2 336 137 70
Binary 100110 1100111 11111010 1010101 111011 0 10 11011110 1011111 111000

Color Harmonies of #2667FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2667FA

Black with #2667FA

Text Example


Text Example

White with #2667FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2667FA; }

 p { color: rgb(38,103,250); }

 H1.HeaderClassName
 {
   color: #2667FA;
 }
 .AnyTagClassName
 {
   color: #2667FA;
 }
</style>

background-color css

<style>
 a { background-color: #2667FA; }

 a { background-color: rgb(38,103,250); }

 div.DivClassName
 {
   background-color: #2667FA;
 }
 .BgClassName
 {
   background-color: #2667FA;
 }
</style>

border-color css

<style>
 span { border-color: #2667FA; }

 span { border-color: rgb(38,103,250); }

 td.TdClassName
 {
   border-color: #2667FA;
 }
 .TagClassName
 {
   border-color: #2667FA;
 }
</style>