Html Css Color HEX #426CCB Royal Blue

📋 copy color: '#426CCB'

red 66 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #426CCB

Tints of Royal Blue #426CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

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

R = 17.51%
G = 28.65%
B = 53.85%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#426CCB (or 0x426CCB) is known color: Royal Blue. HEX triplet: 42, 6C and CB. RGB value is (66,108,203). Sum of RGB (Red+Green+Blue) = 66+108+203=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #426CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CCB is #BD9334. Grayscale: #696969. Windows color (decimal): -12423989 or 13331522. OLE color: 13331522.

HSL color Cylindrical-coordinate representation of color #426CCB: hue angle of 221.61º 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 #426CCB is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 108 203 -
CMYK 0.67 0.47 0 0.20
HSL 221.61º 0.57% 0.53% -
HSV(B) 221.61º 0.67% 0.8% -
XYZ 18.39 16.2 58.66 -
YUV 106.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 66 108 203 0.67 0.47 0 0.20 221.61 0.57 0.53
Hex 42 6C CB 43 2F 0 14 DE 39 35
Octal 102 154 313 103 57 0 24 336 71 65
Binary 1000010 1101100 11001011 1000011 101111 0 10100 11011110 111001 110101

Color Harmonies of #426CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CCB

Black with #426CCB

Text Example


Text Example

White with #426CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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