Html Css Color HEX #426EFB Royal Blue

📋 copy color: '#426EFB'

red 66 ◦ green 110 ◦ blue 251

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

Shades of Royal Blue #426EFB

Tints of Royal Blue #426EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.76%

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

R = 15.46%
G = 25.76%
B = 58.78%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#426EFB (or 0x426EFB) is known color: Royal Blue. HEX triplet: 42, 6E and FB. RGB value is (66,110,251). Sum of RGB (Red+Green+Blue) = 66+110+251=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #426EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EFB is #BD9104. Grayscale: #707070. Windows color (decimal): -12423429 or 16477762. OLE color: 16477762.

HSL color Cylindrical-coordinate representation of color #426EFB: hue angle of 225.73º 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 #426EFB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 110 251 -
CMYK 0.74 0.56 0 0.02
HSL 225.73º 0.96% 0.62% -
HSV(B) 225.73º 0.74% 0.98% -
XYZ 25.24 19.28 93.66 -
YUV 112.92 205.92 94.54 -
System Red Green Blue C M Y K H S L
Decimal 66 110 251 0.74 0.56 0 0.02 225.73 0.96 0.62
Hex 42 6E FB 4A 38 0 2 E2 60 3E
Octal 102 156 373 112 70 0 2 342 140 76
Binary 1000010 1101110 11111011 1001010 111000 0 10 11100010 1100000 111110

Color Harmonies of #426EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EFB

Black with #426EFB

Text Example


Text Example

White with #426EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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