Html Css Color HEX #245BFC Royal Blue

📋 copy color: '#245BFC'

red 36 ◦ green 91 ◦ blue 252

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

Shades of Royal Blue #245BFC

Tints of Royal Blue #245BFC

RGB

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

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

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

R = 9.5%
G = 24.01%
B = 66.49%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#245BFC (or 0x245BFC) is known color: Royal Blue. HEX triplet: 24, 5B and FC. RGB value is (36,91,252). Sum of RGB (Red+Green+Blue) = 36+91+252=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #245BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BFC is #DBA403. Grayscale: #5C5C5C. Windows color (decimal): -14394372 or 16538404. OLE color: 16538404.

HSL color Cylindrical-coordinate representation of color #245BFC: hue angle of 224.72º 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 #245BFC is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 91 252 -
CMYK 0.86 0.64 0 0.01
HSL 224.72º 0.97% 0.56% -
HSV(B) 224.72º 0.86% 0.99% -
XYZ 22.04 14.89 93.81 -
YUV 92.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 36 91 252 0.86 0.64 0 0.01 224.72 0.97 0.56
Hex 24 5B FC 56 40 0 1 E1 61 38
Octal 44 133 374 126 100 0 1 341 141 70
Binary 100100 1011011 11111100 1010110 1000000 0 1 11100001 1100001 111000

Color Harmonies of #245BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BFC

Black with #245BFC

Text Example


Text Example

White with #245BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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