Html Css Color HEX #254DCB Cerulean Blue

📋 copy color: '#254DCB'

red 37 ◦ green 77 ◦ blue 203

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

Shades of Cerulean Blue #254DCB

Tints of Cerulean Blue #254DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 11.67%
G = 24.29%
B = 64.04%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#254DCB (or 0x254DCB) is known color: Cerulean Blue. HEX triplet: 25, 4D and CB. RGB value is (37,77,203). Sum of RGB (Red+Green+Blue) = 37+77+203=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #254DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DCB is #DAB234. Grayscale: #4E4E4E. Windows color (decimal): -14332469 or 13323557. OLE color: 13323557.

HSL color Cylindrical-coordinate representation of color #254DCB: hue angle of 225.54º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254DCB is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 77 203 -
CMYK 0.82 0.62 0 0.20
HSL 225.54º 0.69% 0.47% -
HSV(B) 225.54º 0.82% 0.8% -
XYZ 14.2 10.01 57.68 -
YUV 79.4 197.75 97.75 -
System Red Green Blue C M Y K H S L
Decimal 37 77 203 0.82 0.62 0 0.20 225.54 0.69 0.47
Hex 25 4D CB 52 3E 0 14 E2 45 2F
Octal 45 115 313 122 76 0 24 342 105 57
Binary 100101 1001101 11001011 1010010 111110 0 10100 11100010 1000101 101111

Color Harmonies of #254DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DCB

Black with #254DCB

Text Example


Text Example

White with #254DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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