Html Css Color HEX #245FF6 Royal Blue

📋 copy color: '#245FF6'

red 36 ◦ green 95 ◦ blue 246

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

Shades of Royal Blue #245FF6

Tints of Royal Blue #245FF6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

 BLUE value IS 246 (96.48% from 255) = 65.25%

R = 9.55%
G = 25.2%
B = 65.25%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#245FF6 (or 0x245FF6) is known color: Royal Blue. HEX triplet: 24, 5F and F6. RGB value is (36,95,246). Sum of RGB (Red+Green+Blue) = 36+95+246=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #245FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FF6 is #DBA009. Grayscale: #5D5D5D. Windows color (decimal): -14393354 or 16146212. OLE color: 16146212.

HSL color Cylindrical-coordinate representation of color #245FF6: hue angle of 223.14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245FF6 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 95 246 -
CMYK 0.85 0.61 0 0.04
HSL 223.14º 0.92% 0.55% -
HSV(B) 223.14º 0.85% 0.96% -
XYZ 21.45 15.21 88.99 -
YUV 94.57 213.45 86.22 -
System Red Green Blue C M Y K H S L
Decimal 36 95 246 0.85 0.61 0 0.04 223.14 0.92 0.55
Hex 24 5F F6 55 3D 0 4 DF 5C 37
Octal 44 137 366 125 75 0 4 337 134 67
Binary 100100 1011111 11110110 1010101 111101 0 100 11011111 1011100 110111

Color Harmonies of #245FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FF6

Black with #245FF6

Text Example


Text Example

White with #245FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245FF6; }

 p { color: rgb(36,95,246); }

 H1.HeaderClassName
 {
   color: #245FF6;
 }
 .AnyTagClassName
 {
   color: #245FF6;
 }
</style>

background-color css

<style>
 a { background-color: #245FF6; }

 a { background-color: rgb(36,95,246); }

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

border-color css

<style>
 span { border-color: #245FF6; }

 span { border-color: rgb(36,95,246); }

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