Html Css Color HEX #246AFC Royal Blue

📋 copy color: '#246AFC'

red 36 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #246AFC

Tints of Royal Blue #246AFC

RGB

 RED value IS 36 (14.45% from 255) = 9.14%

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 9.14%
G = 26.9%
B = 63.96%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#246AFC (or 0x246AFC) is known color: Royal Blue. HEX triplet: 24, 6A and FC. RGB value is (36,106,252). Sum of RGB (Red+Green+Blue) = 36+106+252=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #246AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246AFC is #DB9503. Grayscale: #656565. Windows color (decimal): -14390532 or 16542244. OLE color: 16542244.

HSL color Cylindrical-coordinate representation of color #246AFC: hue angle of 220.56º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #246AFC is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 106 252 -
CMYK 0.86 0.58 0 0.01
HSL 220.56º 0.97% 0.56% -
HSV(B) 220.56º 0.86% 0.99% -
XYZ 23.45 17.71 94.28 -
YUV 101.71 212.81 81.13 -
System Red Green Blue C M Y K H S L
Decimal 36 106 252 0.86 0.58 0 0.01 220.56 0.97 0.56
Hex 24 6A FC 56 3A 0 1 DD 61 38
Octal 44 152 374 126 72 0 1 335 141 70
Binary 100100 1101010 11111100 1010110 111010 0 1 11011101 1100001 111000

Color Harmonies of #246AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246AFC

Black with #246AFC

Text Example


Text Example

White with #246AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246AFC; }

 p { color: rgb(36,106,252); }

 H1.HeaderClassName
 {
   color: #246AFC;
 }
 .AnyTagClassName
 {
   color: #246AFC;
 }
</style>

background-color css

<style>
 a { background-color: #246AFC; }

 a { background-color: rgb(36,106,252); }

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

border-color css

<style>
 span { border-color: #246AFC; }

 span { border-color: rgb(36,106,252); }

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