Html Css Color HEX #426DFB Royal Blue

📋 copy color: '#426DFB'

red 66 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #426DFB

Tints of Royal Blue #426DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 15.49%
G = 25.59%
B = 58.92%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#426DFB (or 0x426DFB) is known color: Royal Blue. HEX triplet: 42, 6D and FB. RGB value is (66,109,251). Sum of RGB (Red+Green+Blue) = 66+109+251=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #426DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DFB is #BD9204. Grayscale: #6F6F6F. Windows color (decimal): -12423685 or 16477506. OLE color: 16477506.

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

Color convert

RGB 66 109 251 -
CMYK 0.74 0.57 0 0.02
HSL 226.05º 0.96% 0.62% -
HSV(B) 226.05º 0.74% 0.98% -
XYZ 25.13 19.06 93.62 -
YUV 112.33 206.25 94.95 -
System Red Green Blue C M Y K H S L
Decimal 66 109 251 0.74 0.57 0 0.02 226.05 0.96 0.62
Hex 42 6D FB 4A 39 0 2 E2 60 3E
Octal 102 155 373 112 71 0 2 342 140 76
Binary 1000010 1101101 11111011 1001010 111001 0 10 11100010 1100000 111110

Color Harmonies of #426DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DFB

Black with #426DFB

Text Example


Text Example

White with #426DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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