Html Css Color HEX #426CF3 Royal Blue

📋 copy color: '#426CF3'

red 66 ◦ green 108 ◦ blue 243

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

Shades of Royal Blue #426CF3

Tints of Royal Blue #426CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 58.27%

R = 15.83%
G = 25.9%
B = 58.27%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#426CF3 (or 0x426CF3) is known color: Royal Blue. HEX triplet: 42, 6C and F3. RGB value is (66,108,243). Sum of RGB (Red+Green+Blue) = 66+108+243=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #426CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CF3 is #BD930C. Grayscale: #6E6E6E. Windows color (decimal): -12423949 or 15952962. OLE color: 15952962.

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

Color convert

RGB 66 108 243 -
CMYK 0.73 0.56 0 0.05
HSL 225.76º 0.88% 0.61% -
HSV(B) 225.76º 0.73% 0.95% -
XYZ 23.79 18.35 87.08 -
YUV 110.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 66 108 243 0.73 0.56 0 0.05 225.76 0.88 0.61
Hex 42 6C F3 49 38 0 5 E2 58 3D
Octal 102 154 363 111 70 0 5 342 130 75
Binary 1000010 1101100 11110011 1001001 111000 0 101 11100010 1011000 111101

Color Harmonies of #426CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CF3

Black with #426CF3

Text Example


Text Example

White with #426CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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