Html Css Color HEX #246BF2 Royal Blue

📋 copy color: '#246BF2'

red 36 ◦ green 107 ◦ blue 242

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

Shades of Royal Blue #246BF2

Tints of Royal Blue #246BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

 BLUE value IS 242 (94.92% from 255) = 62.86%

R = 9.35%
G = 27.79%
B = 62.86%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#246BF2 (or 0x246BF2) is known color: Royal Blue. HEX triplet: 24, 6B and F2. RGB value is (36,107,242). Sum of RGB (Red+Green+Blue) = 36+107+242=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #246BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246BF2 is #DB940D. Grayscale: #646464. Windows color (decimal): -14390286 or 15887140. OLE color: 15887140.

HSL color Cylindrical-coordinate representation of color #246BF2: hue angle of 219.32º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #246BF2 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 107 242 -
CMYK 0.85 0.56 0 0.05
HSL 219.32º 0.89% 0.55% -
HSV(B) 219.32º 0.85% 0.95% -
XYZ 22.01 17.3 86.18 -
YUV 101.16 207.48 81.52 -
System Red Green Blue C M Y K H S L
Decimal 36 107 242 0.85 0.56 0 0.05 219.32 0.89 0.55
Hex 24 6B F2 55 38 0 5 DB 59 37
Octal 44 153 362 125 70 0 5 333 131 67
Binary 100100 1101011 11110010 1010101 111000 0 101 11011011 1011001 110111

Color Harmonies of #246BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246BF2

Black with #246BF2

Text Example


Text Example

White with #246BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,107,242); }

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

background-color css

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

 a { background-color: rgb(36,107,242); }

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

border-color css

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

 span { border-color: rgb(36,107,242); }

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