Html Css Color HEX #426AFB Royal Blue

📋 copy color: '#426AFB'

red 66 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #426AFB

Tints of Royal Blue #426AFB

RGB

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

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

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

R = 15.6%
G = 25.06%
B = 59.34%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#426AFB (or 0x426AFB) is known color: Royal Blue. HEX triplet: 42, 6A and FB. RGB value is (66,106,251). Sum of RGB (Red+Green+Blue) = 66+106+251=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #426AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AFB is #BD9504. Grayscale: #6D6D6D. Windows color (decimal): -12424453 or 16476738. OLE color: 16476738.

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

Color convert

RGB 66 106 251 -
CMYK 0.74 0.58 0 0.02
HSL 227.03º 0.96% 0.62% -
HSV(B) 227.03º 0.74% 0.98% -
XYZ 24.81 18.43 93.52 -
YUV 110.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 66 106 251 0.74 0.58 0 0.02 227.03 0.96 0.62
Hex 42 6A FB 4A 3A 0 2 E3 60 3E
Octal 102 152 373 112 72 0 2 343 140 76
Binary 1000010 1101010 11111011 1001010 111010 0 10 11100011 1100000 111110

Color Harmonies of #426AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AFB

Black with #426AFB

Text Example


Text Example

White with #426AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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