Html Css Color HEX #2553CF Cerulean Blue

📋 copy color: '#2553CF'

red 37 ◦ green 83 ◦ blue 207

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

Shades of Cerulean Blue #2553CF

Tints of Cerulean Blue #2553CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

 BLUE value IS 207 (81.25% from 255) = 63.3%

R = 11.31%
G = 25.38%
B = 63.3%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2553CF (or 0x2553CF) is known color: Cerulean Blue. HEX triplet: 25, 53 and CF. RGB value is (37,83,207). Sum of RGB (Red+Green+Blue) = 37+83+207=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #2553CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553CF is #DAAC30. Grayscale: #525252. Windows color (decimal): -14330929 or 13587237. OLE color: 13587237.

HSL color Cylindrical-coordinate representation of color #2553CF: hue angle of 223.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2553CF is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 83 207 -
CMYK 0.82 0.60 0 0.19
HSL 223.76º 0.7% 0.48% -
HSV(B) 223.76º 0.82% 0.81% -
XYZ 15.12 11.08 60.37 -
YUV 83.38 197.76 94.92 -
System Red Green Blue C M Y K H S L
Decimal 37 83 207 0.82 0.60 0 0.19 223.76 0.7 0.48
Hex 25 53 CF 52 3C 0 13 E0 46 30
Octal 45 123 317 122 74 0 23 340 106 60
Binary 100101 1010011 11001111 1010010 111100 0 10011 11100000 1000110 110000

Color Harmonies of #2553CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553CF

Black with #2553CF

Text Example


Text Example

White with #2553CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2553CF; }

 p { color: rgb(37,83,207); }

 H1.HeaderClassName
 {
   color: #2553CF;
 }
 .AnyTagClassName
 {
   color: #2553CF;
 }
</style>

background-color css

<style>
 a { background-color: #2553CF; }

 a { background-color: rgb(37,83,207); }

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

border-color css

<style>
 span { border-color: #2553CF; }

 span { border-color: rgb(37,83,207); }

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