Html Css Color HEX #254DDB Cerulean Blue

📋 copy color: '#254DDB'

red 37 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #254DDB

Tints of Cerulean Blue #254DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

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

R = 11.11%
G = 23.12%
B = 65.77%

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

#254DDB (or 0x254DDB) is known color: Cerulean Blue. HEX triplet: 25, 4D and DB. RGB value is (37,77,219). Sum of RGB (Red+Green+Blue) = 37+77+219=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #254DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DDB is #DAB224. Grayscale: #505050. Windows color (decimal): -14332453 or 14372133. OLE color: 14372133.

HSL color Cylindrical-coordinate representation of color #254DDB: hue angle of 226.81º 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 #254DDB is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 77 219 -
CMYK 0.83 0.65 0 0.14
HSL 226.81º 0.72% 0.5% -
HSV(B) 226.81º 0.83% 0.86% -
XYZ 16.2 10.82 68.25 -
YUV 81.23 205.75 96.45 -
System Red Green Blue C M Y K H S L
Decimal 37 77 219 0.83 0.65 0 0.14 226.81 0.72 0.5
Hex 25 4D DB 53 41 0 E E3 48 32
Octal 45 115 333 123 101 0 16 343 110 62
Binary 100101 1001101 11011011 1010011 1000001 0 1110 11100011 1001000 110010

Color Harmonies of #254DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DDB

Black with #254DDB

Text Example


Text Example

White with #254DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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