Html Css Color HEX #254EDD Cerulean Blue

📋 copy color: '#254EDD'

red 37 ◦ green 78 ◦ blue 221

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

Shades of Cerulean Blue #254EDD

Tints of Cerulean Blue #254EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.21%

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 11.01%
G = 23.21%
B = 65.77%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#254EDD (or 0x254EDD) is known color: Cerulean Blue. HEX triplet: 25, 4E and DD. RGB value is (37,78,221). Sum of RGB (Red+Green+Blue) = 37+78+221=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #254EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EDD is #DAB122. Grayscale: #515151. Windows color (decimal): -14332195 or 14503461. OLE color: 14503461.

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

Color convert

RGB 37 78 221 -
CMYK 0.83 0.65 0 0.13
HSL 226.63º 0.73% 0.51% -
HSV(B) 226.63º 0.83% 0.87% -
XYZ 16.54 11.06 69.67 -
YUV 82.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 37 78 221 0.83 0.65 0 0.13 226.63 0.73 0.51
Hex 25 4E DD 53 41 0 D E3 49 33
Octal 45 116 335 123 101 0 15 343 111 63
Binary 100101 1001110 11011101 1010011 1000001 0 1101 11100011 1001001 110011

Color Harmonies of #254EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EDD

Black with #254EDD

Text Example


Text Example

White with #254EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,78,221); }

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

background-color css

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

 a { background-color: rgb(37,78,221); }

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

border-color css

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

 span { border-color: rgb(37,78,221); }

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