Html Css Color HEX #426ACB Royal Blue

📋 copy color: '#426ACB'

red 66 ◦ green 106 ◦ blue 203

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

Shades of Royal Blue #426ACB

Tints of Royal Blue #426ACB

RGB

 RED value IS 66 (26.17% from 255) = 17.6%

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 17.6%
G = 28.27%
B = 54.13%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#426ACB (or 0x426ACB) is known color: Royal Blue. HEX triplet: 42, 6A and CB. RGB value is (66,106,203). Sum of RGB (Red+Green+Blue) = 66+106+203=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #426ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ACB is #BD9534. Grayscale: #686868. Windows color (decimal): -12424501 or 13331010. OLE color: 13331010.

HSL color Cylindrical-coordinate representation of color #426ACB: hue angle of 222.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426ACB is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 106 203 -
CMYK 0.67 0.48 0 0.20
HSL 222.48º 0.57% 0.53% -
HSV(B) 222.48º 0.67% 0.8% -
XYZ 18.18 15.78 58.59 -
YUV 105.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 66 106 203 0.67 0.48 0 0.20 222.48 0.57 0.53
Hex 42 6A CB 43 30 0 14 DE 39 35
Octal 102 152 313 103 60 0 24 336 71 65
Binary 1000010 1101010 11001011 1000011 110000 0 10100 11011110 111001 110101

Color Harmonies of #426ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ACB

Black with #426ACB

Text Example


Text Example

White with #426ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426ACB; }

 p { color: rgb(66,106,203); }

 H1.HeaderClassName
 {
   color: #426ACB;
 }
 .AnyTagClassName
 {
   color: #426ACB;
 }
</style>

background-color css

<style>
 a { background-color: #426ACB; }

 a { background-color: rgb(66,106,203); }

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

border-color css

<style>
 span { border-color: #426ACB; }

 span { border-color: rgb(66,106,203); }

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