Html Css Color HEX #254FDB Cerulean Blue

📋 copy color: '#254FDB'

red 37 ◦ green 79 ◦ blue 219

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

Shades of Cerulean Blue #254FDB

Tints of Cerulean Blue #254FDB

RGB

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

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

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

R = 11.04%
G = 23.58%
B = 65.37%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#254FDB (or 0x254FDB) is known color: Cerulean Blue. HEX triplet: 25, 4F and DB. RGB value is (37,79,219). Sum of RGB (Red+Green+Blue) = 37+79+219=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #254FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FDB is #DAB024. Grayscale: #515151. Windows color (decimal): -14331941 or 14372645. OLE color: 14372645.

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

Color convert

RGB 37 79 219 -
CMYK 0.83 0.64 0 0.14
HSL 226.15º 0.72% 0.5% -
HSV(B) 226.15º 0.83% 0.86% -
XYZ 16.35 11.1 68.3 -
YUV 82.4 205.09 95.62 -
System Red Green Blue C M Y K H S L
Decimal 37 79 219 0.83 0.64 0 0.14 226.15 0.72 0.5
Hex 25 4F DB 53 40 0 E E2 48 32
Octal 45 117 333 123 100 0 16 342 110 62
Binary 100101 1001111 11011011 1010011 1000000 0 1110 11100010 1001000 110010

Color Harmonies of #254FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FDB

Black with #254FDB

Text Example


Text Example

White with #254FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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