Html Css Color HEX #426CCF Royal Blue

📋 copy color: '#426CCF'

red 66 ◦ green 108 ◦ blue 207

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

Shades of Royal Blue #426CCF

Tints of Royal Blue #426CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 17.32%
G = 28.35%
B = 54.33%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#426CCF (or 0x426CCF) is known color: Royal Blue. HEX triplet: 42, 6C and CF. RGB value is (66,108,207). Sum of RGB (Red+Green+Blue) = 66+108+207=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #426CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CCF is #BD9330. Grayscale: #6A6A6A. Windows color (decimal): -12423985 or 13593666. OLE color: 13593666.

HSL color Cylindrical-coordinate representation of color #426CCF: hue angle of 222.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426CCF is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 108 207 -
CMYK 0.68 0.48 0 0.19
HSL 222.13º 0.59% 0.54% -
HSV(B) 222.13º 0.68% 0.81% -
XYZ 18.87 16.39 61.2 -
YUV 106.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 66 108 207 0.68 0.48 0 0.19 222.13 0.59 0.54
Hex 42 6C CF 44 30 0 13 DE 3B 36
Octal 102 154 317 104 60 0 23 336 73 66
Binary 1000010 1101100 11001111 1000100 110000 0 10011 11011110 111011 110110

Color Harmonies of #426CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CCF

Black with #426CCF

Text Example


Text Example

White with #426CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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