Html Css Color HEX #254BE1 Cerulean Blue

📋 copy color: '#254BE1'

red 37 ◦ green 75 ◦ blue 225

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

Shades of Cerulean Blue #254BE1

Tints of Cerulean Blue #254BE1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

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

R = 10.98%
G = 22.26%
B = 66.77%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#254BE1 (or 0x254BE1) is known color: Cerulean Blue. HEX triplet: 25, 4B and E1. RGB value is (37,75,225). Sum of RGB (Red+Green+Blue) = 37+75+225=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #254BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BE1 is #DAB41E. Grayscale: #505050. Windows color (decimal): -14332959 or 14764837. OLE color: 14764837.

HSL color Cylindrical-coordinate representation of color #254BE1: hue angle of 227.87º 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 #254BE1 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 75 225 -
CMYK 0.84 0.67 0 0.12
HSL 227.87º 0.76% 0.51% -
HSV(B) 227.87º 0.84% 0.88% -
XYZ 16.87 10.86 72.44 -
YUV 80.74 209.41 96.8 -
System Red Green Blue C M Y K H S L
Decimal 37 75 225 0.84 0.67 0 0.12 227.87 0.76 0.51
Hex 25 4B E1 54 43 0 C E4 4C 33
Octal 45 113 341 124 103 0 14 344 114 63
Binary 100101 1001011 11100001 1010100 1000011 0 1100 11100100 1001100 110011

Color Harmonies of #254BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BE1

Black with #254BE1

Text Example


Text Example

White with #254BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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