Html Css Color HEX #426DC8 Royal Blue

📋 copy color: '#426DC8'

red 66 ◦ green 109 ◦ blue 200

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

Shades of Royal Blue #426DC8

Tints of Royal Blue #426DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 200 (78.52% from 255) = 53.33%

R = 17.6%
G = 29.07%
B = 53.33%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#426DC8 (or 0x426DC8) is known color: Royal Blue. HEX triplet: 42, 6D and C8. RGB value is (66,109,200). Sum of RGB (Red+Green+Blue) = 66+109+200=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #426DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DC8 is #BD9237. Grayscale: #6A6A6A. Windows color (decimal): -12423736 or 13135170. OLE color: 13135170.

HSL color Cylindrical-coordinate representation of color #426DC8: hue angle of 220.75º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426DC8 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 109 200 -
CMYK 0.67 0.46 0 0.22
HSL 220.75º 0.55% 0.52% -
HSV(B) 220.75º 0.67% 0.78% -
XYZ 18.14 16.27 56.83 -
YUV 106.52 180.75 99.1 -
System Red Green Blue C M Y K H S L
Decimal 66 109 200 0.67 0.46 0 0.22 220.75 0.55 0.52
Hex 42 6D C8 43 2E 0 16 DD 37 34
Octal 102 155 310 103 56 0 26 335 67 64
Binary 1000010 1101101 11001000 1000011 101110 0 10110 11011101 110111 110100

Color Harmonies of #426DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DC8

Black with #426DC8

Text Example


Text Example

White with #426DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,200); }

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

background-color css

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

 a { background-color: rgb(66,109,200); }

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

border-color css

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

 span { border-color: rgb(66,109,200); }

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