Html Css Color HEX #246FE0 Royal Blue

📋 copy color: '#246FE0'

red 36 ◦ green 111 ◦ blue 224

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

Shades of Royal Blue #246FE0

Tints of Royal Blue #246FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 224 (87.89% from 255) = 60.38%

R = 9.7%
G = 29.92%
B = 60.38%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#246FE0 (or 0x246FE0) is known color: Royal Blue. HEX triplet: 24, 6F and E0. RGB value is (36,111,224). Sum of RGB (Red+Green+Blue) = 36+111+224=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #246FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246FE0 is #DB901F. Grayscale: #646464. Windows color (decimal): -14389280 or 14708516. OLE color: 14708516.

HSL color Cylindrical-coordinate representation of color #246FE0: hue angle of 216.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #246FE0 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 111 224 -
CMYK 0.84 0.50 0 0.12
HSL 216.06º 0.75% 0.51% -
HSV(B) 216.06º 0.84% 0.88% -
XYZ 19.87 17.13 72.78 -
YUV 101.46 197.15 81.31 -
System Red Green Blue C M Y K H S L
Decimal 36 111 224 0.84 0.50 0 0.12 216.06 0.75 0.51
Hex 24 6F E0 54 32 0 C D8 4B 33
Octal 44 157 340 124 62 0 14 330 113 63
Binary 100100 1101111 11100000 1010100 110010 0 1100 11011000 1001011 110011

Color Harmonies of #246FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246FE0

Black with #246FE0

Text Example


Text Example

White with #246FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,111,224); }

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

background-color css

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

 a { background-color: rgb(36,111,224); }

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

border-color css

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

 span { border-color: rgb(36,111,224); }

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