Html Css Color HEX #245FF1 Royal Blue

📋 copy color: '#245FF1'

red 36 ◦ green 95 ◦ blue 241

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

Shades of Royal Blue #245FF1

Tints of Royal Blue #245FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.78%

R = 9.68%
G = 25.54%
B = 64.78%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#245FF1 (or 0x245FF1) is known color: Royal Blue. HEX triplet: 24, 5F and F1. RGB value is (36,95,241). Sum of RGB (Red+Green+Blue) = 36+95+241=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #245FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FF1 is #DBA00E. Grayscale: #5D5D5D. Windows color (decimal): -14393359 or 15818532. OLE color: 15818532.

HSL color Cylindrical-coordinate representation of color #245FF1: hue angle of 222.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245FF1 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 95 241 -
CMYK 0.85 0.61 0 0.05
HSL 222.73º 0.88% 0.54% -
HSV(B) 222.73º 0.85% 0.95% -
XYZ 20.7 14.91 85.01 -
YUV 94 210.95 86.63 -
System Red Green Blue C M Y K H S L
Decimal 36 95 241 0.85 0.61 0 0.05 222.73 0.88 0.54
Hex 24 5F F1 55 3D 0 5 DF 58 36
Octal 44 137 361 125 75 0 5 337 130 66
Binary 100100 1011111 11110001 1010101 111101 0 101 11011111 1011000 110110

Color Harmonies of #245FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FF1

Black with #245FF1

Text Example


Text Example

White with #245FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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