Html Css Color HEX #426ADF Royal Blue

📋 copy color: '#426ADF'

red 66 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #426ADF

Tints of Royal Blue #426ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 16.71%
G = 26.84%
B = 56.46%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#426ADF (or 0x426ADF) is known color: Royal Blue. HEX triplet: 42, 6A and DF. RGB value is (66,106,223). Sum of RGB (Red+Green+Blue) = 66+106+223=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #426ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ADF is #BD9520. Grayscale: #6A6A6A. Windows color (decimal): -12424481 or 14641730. OLE color: 14641730.

HSL color Cylindrical-coordinate representation of color #426ADF: hue angle of 224.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426ADF is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 106 223 -
CMYK 0.70 0.52 0 0.13
HSL 224.71º 0.71% 0.57% -
HSV(B) 224.71º 0.7% 0.87% -
XYZ 20.72 16.79 71.96 -
YUV 107.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 66 106 223 0.70 0.52 0 0.13 224.71 0.71 0.57
Hex 42 6A DF 46 34 0 D E1 47 39
Octal 102 152 337 106 64 0 15 341 107 71
Binary 1000010 1101010 11011111 1000110 110100 0 1101 11100001 1000111 111001

Color Harmonies of #426ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ADF

Black with #426ADF

Text Example


Text Example

White with #426ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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