Html Css Color HEX #2553BC Cerulean Blue

📋 copy color: '#2553BC'

red 37 ◦ green 83 ◦ blue 188

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

Shades of Cerulean Blue #2553BC

Tints of Cerulean Blue #2553BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 12.01%
G = 26.95%
B = 61.04%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2553BC (or 0x2553BC) is known color: Cerulean Blue. HEX triplet: 25, 53 and BC. RGB value is (37,83,188). Sum of RGB (Red+Green+Blue) = 37+83+188=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #2553BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553BC is #DAAC43. Grayscale: #505050. Windows color (decimal): -14330948 or 12342053. OLE color: 12342053.

HSL color Cylindrical-coordinate representation of color #2553BC: hue angle of 221.72º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2553BC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 83 188 -
CMYK 0.80 0.56 0 0.26
HSL 221.72º 0.67% 0.44% -
HSV(B) 221.72º 0.8% 0.74% -
XYZ 12.93 10.21 48.87 -
YUV 81.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 37 83 188 0.80 0.56 0 0.26 221.72 0.67 0.44
Hex 25 53 BC 50 38 0 1A DE 43 2C
Octal 45 123 274 120 70 0 32 336 103 54
Binary 100101 1010011 10111100 1010000 111000 0 11010 11011110 1000011 101100

Color Harmonies of #2553BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553BC

Black with #2553BC

Text Example


Text Example

White with #2553BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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