Html Css Color HEX #426EF3 Royal Blue

📋 copy color: '#426EF3'

red 66 ◦ green 110 ◦ blue 243

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

Shades of Royal Blue #426EF3

Tints of Royal Blue #426EF3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

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

R = 15.75%
G = 26.25%
B = 58%

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

#426EF3 (or 0x426EF3) is known color: Royal Blue. HEX triplet: 42, 6E and F3. RGB value is (66,110,243). Sum of RGB (Red+Green+Blue) = 66+110+243=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 243 (95.31% from 255 or 58.00% from 419); Max value from RGB is 243 - color contains mainly: blue. Hex color #426EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EF3 is #BD910C. Grayscale: #6F6F6F. Windows color (decimal): -12423437 or 15953474. OLE color: 15953474.

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

Color convert

RGB 66 110 243 -
CMYK 0.73 0.55 0 0.05
HSL 225.08º 0.88% 0.61% -
HSV(B) 225.08º 0.73% 0.95% -
XYZ 24 18.78 87.15 -
YUV 112.01 201.92 95.19 -
System Red Green Blue C M Y K H S L
Decimal 66 110 243 0.73 0.55 0 0.05 225.08 0.88 0.61
Hex 42 6E F3 49 37 0 5 E1 58 3D
Octal 102 156 363 111 67 0 5 341 130 75
Binary 1000010 1101110 11110011 1001001 110111 0 101 11100001 1011000 111101

Color Harmonies of #426EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EF3

Black with #426EF3

Text Example


Text Example

White with #426EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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