Html Css Color HEX #426CF2 Royal Blue

📋 copy color: '#426CF2'

red 66 ◦ green 108 ◦ blue 242

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

Shades of Royal Blue #426CF2

Tints of Royal Blue #426CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

 BLUE value IS 242 (94.92% from 255) = 58.17%

R = 15.87%
G = 25.96%
B = 58.17%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#426CF2 (or 0x426CF2) is known color: Royal Blue. HEX triplet: 42, 6C and F2. RGB value is (66,108,242). Sum of RGB (Red+Green+Blue) = 66+108+242=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #426CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CF2 is #BD930D. Grayscale: #6E6E6E. Windows color (decimal): -12423950 or 15887426. OLE color: 15887426.

HSL color Cylindrical-coordinate representation of color #426CF2: hue angle of 225.68º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426CF2 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 108 242 -
CMYK 0.73 0.55 0 0.05
HSL 225.68º 0.87% 0.6% -
HSV(B) 225.68º 0.73% 0.95% -
XYZ 23.64 18.29 86.29 -
YUV 110.72 202.09 96.1 -
System Red Green Blue C M Y K H S L
Decimal 66 108 242 0.73 0.55 0 0.05 225.68 0.87 0.6
Hex 42 6C F2 49 37 0 5 E2 57 3C
Octal 102 154 362 111 67 0 5 342 127 74
Binary 1000010 1101100 11110010 1001001 110111 0 101 11100010 1010111 111100

Color Harmonies of #426CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CF2

Black with #426CF2

Text Example


Text Example

White with #426CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,242); }

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

background-color css

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

 a { background-color: rgb(66,108,242); }

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

border-color css

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

 span { border-color: rgb(66,108,242); }

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