Html Css Color HEX #254DDD Cerulean Blue

📋 copy color: '#254DDD'

red 37 ◦ green 77 ◦ blue 221

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

Shades of Cerulean Blue #254DDD

Tints of Cerulean Blue #254DDD

RGB

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

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

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

R = 11.04%
G = 22.99%
B = 65.97%

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

#254DDD (or 0x254DDD) is known color: Cerulean Blue. HEX triplet: 25, 4D and DD. RGB value is (37,77,221). Sum of RGB (Red+Green+Blue) = 37+77+221=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #254DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DDD is #DAB222. Grayscale: #505050. Windows color (decimal): -14332451 or 14503205. OLE color: 14503205.

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

Color convert

RGB 37 77 221 -
CMYK 0.83 0.65 0 0.13
HSL 226.96º 0.73% 0.51% -
HSV(B) 226.96º 0.83% 0.87% -
XYZ 16.47 10.92 69.65 -
YUV 81.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 37 77 221 0.83 0.65 0 0.13 226.96 0.73 0.51
Hex 25 4D DD 53 41 0 D E3 49 33
Octal 45 115 335 123 101 0 15 343 111 63
Binary 100101 1001101 11011101 1010011 1000001 0 1101 11100011 1001001 110011

Color Harmonies of #254DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DDD

Black with #254DDD

Text Example


Text Example

White with #254DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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