Html Css Color HEX #426DFC Royal Blue

📋 copy color: '#426DFC'

red 66 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #426DFC

Tints of Royal Blue #426DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 15.46%
G = 25.53%
B = 59.02%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#426DFC (or 0x426DFC) is known color: Royal Blue. HEX triplet: 42, 6D and FC. RGB value is (66,109,252). Sum of RGB (Red+Green+Blue) = 66+109+252=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #426DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DFC is #BD9203. Grayscale: #6F6F6F. Windows color (decimal): -12423684 or 16543042. OLE color: 16543042.

HSL color Cylindrical-coordinate representation of color #426DFC: hue angle of 226.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426DFC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 109 252 -
CMYK 0.74 0.57 0 0.01
HSL 226.13º 0.97% 0.62% -
HSV(B) 226.13º 0.74% 0.99% -
XYZ 25.29 19.12 94.45 -
YUV 112.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 66 109 252 0.74 0.57 0 0.01 226.13 0.97 0.62
Hex 42 6D FC 4A 39 0 1 E2 61 3E
Octal 102 155 374 112 71 0 1 342 141 76
Binary 1000010 1101101 11111100 1001010 111001 0 1 11100010 1100001 111110

Color Harmonies of #426DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DFC

Black with #426DFC

Text Example


Text Example

White with #426DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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