Html Css Color HEX #254CDB Cerulean Blue

📋 copy color: '#254CDB'

red 37 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #254CDB

Tints of Cerulean Blue #254CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 11.14%
G = 22.89%
B = 65.96%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#254CDB (or 0x254CDB) is known color: Cerulean Blue. HEX triplet: 25, 4C and DB. RGB value is (37,76,219). Sum of RGB (Red+Green+Blue) = 37+76+219=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #254CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CDB is #DAB324. Grayscale: #505050. Windows color (decimal): -14332709 or 14371877. OLE color: 14371877.

HSL color Cylindrical-coordinate representation of color #254CDB: hue angle of 227.14º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254CDB is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 76 219 -
CMYK 0.83 0.65 0 0.14
HSL 227.14º 0.72% 0.5% -
HSV(B) 227.14º 0.83% 0.86% -
XYZ 16.13 10.68 68.23 -
YUV 80.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 37 76 219 0.83 0.65 0 0.14 227.14 0.72 0.5
Hex 25 4C DB 53 41 0 E E3 48 32
Octal 45 114 333 123 101 0 16 343 110 62
Binary 100101 1001100 11011011 1010011 1000001 0 1110 11100011 1001000 110010

Color Harmonies of #254CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CDB

Black with #254CDB

Text Example


Text Example

White with #254CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,76,219); }

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

background-color css

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

 a { background-color: rgb(37,76,219); }

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

border-color css

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

 span { border-color: rgb(37,76,219); }

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