Html Css Color HEX #426FFC Royal Blue

📋 copy color: '#426FFC'

red 66 ◦ green 111 ◦ blue 252

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

Shades of Royal Blue #426FFC

Tints of Royal Blue #426FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

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

R = 15.38%
G = 25.87%
B = 58.74%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#426FFC (or 0x426FFC) is known color: Royal Blue. HEX triplet: 42, 6F and FC. RGB value is (66,111,252). Sum of RGB (Red+Green+Blue) = 66+111+252=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #426FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FFC is #BD9003. Grayscale: #717171. Windows color (decimal): -12423172 or 16543554. OLE color: 16543554.

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

Color convert

RGB 66 111 252 -
CMYK 0.74 0.56 0 0.01
HSL 225.48º 0.97% 0.62% -
HSV(B) 225.48º 0.74% 0.99% -
XYZ 25.5 19.56 94.53 -
YUV 113.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 66 111 252 0.74 0.56 0 0.01 225.48 0.97 0.62
Hex 42 6F FC 4A 38 0 1 E1 61 3E
Octal 102 157 374 112 70 0 1 341 141 76
Binary 1000010 1101111 11111100 1001010 111000 0 1 11100001 1100001 111110

Color Harmonies of #426FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FFC

Black with #426FFC

Text Example


Text Example

White with #426FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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