Html Css Color HEX #426DF3 Royal Blue

📋 copy color: '#426DF3'

red 66 ◦ green 109 ◦ blue 243

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

Shades of Royal Blue #426DF3

Tints of Royal Blue #426DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.08%

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

R = 15.79%
G = 26.08%
B = 58.13%

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

#426DF3 (or 0x426DF3) is known color: Royal Blue. HEX triplet: 42, 6D and F3. RGB value is (66,109,243). Sum of RGB (Red+Green+Blue) = 66+109+243=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #426DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DF3 is #BD920C. Grayscale: #6E6E6E. Windows color (decimal): -12423693 or 15953218. OLE color: 15953218.

HSL color Cylindrical-coordinate representation of color #426DF3: hue angle of 225.42º 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 #426DF3 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 109 243 -
CMYK 0.73 0.55 0 0.05
HSL 225.42º 0.88% 0.61% -
HSV(B) 225.42º 0.73% 0.95% -
XYZ 23.89 18.57 87.12 -
YUV 111.42 202.25 95.6 -
System Red Green Blue C M Y K H S L
Decimal 66 109 243 0.73 0.55 0 0.05 225.42 0.88 0.61
Hex 42 6D F3 49 37 0 5 E1 58 3D
Octal 102 155 363 111 67 0 5 341 130 75
Binary 1000010 1101101 11110011 1001001 110111 0 101 11100001 1011000 111101

Color Harmonies of #426DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DF3

Black with #426DF3

Text Example


Text Example

White with #426DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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