Html Css Color HEX #426AF3 Royal Blue

📋 copy color: '#426AF3'

red 66 ◦ green 106 ◦ blue 243

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

Shades of Royal Blue #426AF3

Tints of Royal Blue #426AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.54%

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

R = 15.9%
G = 25.54%
B = 58.55%

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

#426AF3 (or 0x426AF3) is known color: Royal Blue. HEX triplet: 42, 6A and F3. RGB value is (66,106,243). Sum of RGB (Red+Green+Blue) = 66+106+243=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #426AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AF3 is #BD950C. Grayscale: #6D6D6D. Windows color (decimal): -12424461 or 15952450. OLE color: 15952450.

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

Color convert

RGB 66 106 243 -
CMYK 0.73 0.56 0 0.05
HSL 226.44º 0.88% 0.61% -
HSV(B) 226.44º 0.73% 0.95% -
XYZ 23.58 17.94 87.01 -
YUV 109.66 203.25 96.86 -
System Red Green Blue C M Y K H S L
Decimal 66 106 243 0.73 0.56 0 0.05 226.44 0.88 0.61
Hex 42 6A F3 49 38 0 5 E2 58 3D
Octal 102 152 363 111 70 0 5 342 130 75
Binary 1000010 1101010 11110011 1001001 111000 0 101 11100010 1011000 111101

Color Harmonies of #426AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AF3

Black with #426AF3

Text Example


Text Example

White with #426AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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