Html Css Color HEX #254FDE Cerulean Blue

📋 copy color: '#254FDE'

red 37 ◦ green 79 ◦ blue 222

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

Shades of Cerulean Blue #254FDE

Tints of Cerulean Blue #254FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 10.95%
G = 23.37%
B = 65.68%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#254FDE (or 0x254FDE) is known color: Cerulean Blue. HEX triplet: 25, 4F and DE. RGB value is (37,79,222). Sum of RGB (Red+Green+Blue) = 37+79+222=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #254FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FDE is #DAB021. Grayscale: #525252. Windows color (decimal): -14331938 or 14569253. OLE color: 14569253.

HSL color Cylindrical-coordinate representation of color #254FDE: hue angle of 226.38º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254FDE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 79 222 -
CMYK 0.83 0.64 0 0.13
HSL 226.38º 0.74% 0.51% -
HSV(B) 226.38º 0.83% 0.87% -
XYZ 16.74 11.26 70.4 -
YUV 82.74 206.59 95.37 -
System Red Green Blue C M Y K H S L
Decimal 37 79 222 0.83 0.64 0 0.13 226.38 0.74 0.51
Hex 25 4F DE 53 40 0 D E2 4A 33
Octal 45 117 336 123 100 0 15 342 112 63
Binary 100101 1001111 11011110 1010011 1000000 0 1101 11100010 1001010 110011

Color Harmonies of #254FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FDE

Black with #254FDE

Text Example


Text Example

White with #254FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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