Html Css Color HEX #245FFD Royal Blue

📋 copy color: '#245FFD'

red 36 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #245FFD

Tints of Royal Blue #245FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 9.38%
G = 24.74%
B = 65.89%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#245FFD (or 0x245FFD) is known color: Royal Blue. HEX triplet: 24, 5F and FD. RGB value is (36,95,253). Sum of RGB (Red+Green+Blue) = 36+95+253=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #245FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FFD is #DBA002. Grayscale: #5E5E5E. Windows color (decimal): -14393347 or 16604964. OLE color: 16604964.

HSL color Cylindrical-coordinate representation of color #245FFD: hue angle of 223.69º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245FFD is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 95 253 -
CMYK 0.86 0.62 0 0.01
HSL 223.69º 0.98% 0.57% -
HSV(B) 223.69º 0.86% 0.99% -
XYZ 22.55 15.65 94.76 -
YUV 95.37 216.95 85.65 -
System Red Green Blue C M Y K H S L
Decimal 36 95 253 0.86 0.62 0 0.01 223.69 0.98 0.57
Hex 24 5F FD 56 3E 0 1 E0 62 39
Octal 44 137 375 126 76 0 1 340 142 71
Binary 100100 1011111 11111101 1010110 111110 0 1 11100000 1100010 111001

Color Harmonies of #245FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FFD

Black with #245FFD

Text Example


Text Example

White with #245FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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