Html Css Color HEX #245BF6 Royal Blue

📋 copy color: '#245BF6'

red 36 ◦ green 91 ◦ blue 246

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

Shades of Royal Blue #245BF6

Tints of Royal Blue #245BF6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

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

R = 9.65%
G = 24.4%
B = 65.95%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#245BF6 (or 0x245BF6) is known color: Royal Blue. HEX triplet: 24, 5B and F6. RGB value is (36,91,246). Sum of RGB (Red+Green+Blue) = 36+91+246=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #245BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BF6 is #DBA409. Grayscale: #5B5B5B. Windows color (decimal): -14394378 or 16145188. OLE color: 16145188.

HSL color Cylindrical-coordinate representation of color #245BF6: hue angle of 224.29º 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 #245BF6 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 91 246 -
CMYK 0.85 0.63 0 0.04
HSL 224.29º 0.92% 0.55% -
HSV(B) 224.29º 0.85% 0.96% -
XYZ 21.1 14.51 88.88 -
YUV 92.23 214.78 87.9 -
System Red Green Blue C M Y K H S L
Decimal 36 91 246 0.85 0.63 0 0.04 224.29 0.92 0.55
Hex 24 5B F6 55 3F 0 4 E0 5C 37
Octal 44 133 366 125 77 0 4 340 134 67
Binary 100100 1011011 11110110 1010101 111111 0 100 11100000 1011100 110111

Color Harmonies of #245BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BF6

Black with #245BF6

Text Example


Text Example

White with #245BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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