Html Css Color HEX #254FE1 Cerulean Blue

📋 copy color: '#254FE1'

red 37 ◦ green 79 ◦ blue 225

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

Shades of Cerulean Blue #254FE1

Tints of Cerulean Blue #254FE1

RGB

 RED value IS 37 (14.84% from 255) = 10.85%

 GREEN value IS 79 (31.25% from 255) = 23.17%

 BLUE value IS 225 (88.28% from 255) = 65.98%

R = 10.85%
G = 23.17%
B = 65.98%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#254FE1 (or 0x254FE1) is known color: Cerulean Blue. HEX triplet: 25, 4F and E1. RGB value is (37,79,225). Sum of RGB (Red+Green+Blue) = 37+79+225=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #254FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FE1 is #DAB01E. Grayscale: #525252. Windows color (decimal): -14331935 or 14765861. OLE color: 14765861.

HSL color Cylindrical-coordinate representation of color #254FE1: hue angle of 226.6º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254FE1 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 79 225 -
CMYK 0.84 0.65 0 0.12
HSL 226.6º 0.76% 0.51% -
HSV(B) 226.6º 0.84% 0.88% -
XYZ 17.15 11.42 72.53 -
YUV 83.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 37 79 225 0.84 0.65 0 0.12 226.6 0.76 0.51
Hex 25 4F E1 54 41 0 C E3 4C 33
Octal 45 117 341 124 101 0 14 343 114 63
Binary 100101 1001111 11100001 1010100 1000001 0 1100 11100011 1001100 110011

Color Harmonies of #254FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FE1

Black with #254FE1

Text Example


Text Example

White with #254FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254FE1; }

 p { color: rgb(37,79,225); }

 H1.HeaderClassName
 {
   color: #254FE1;
 }
 .AnyTagClassName
 {
   color: #254FE1;
 }
</style>

background-color css

<style>
 a { background-color: #254FE1; }

 a { background-color: rgb(37,79,225); }

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

border-color css

<style>
 span { border-color: #254FE1; }

 span { border-color: rgb(37,79,225); }

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