Html Css Color HEX #2553D7 Cerulean Blue

📋 copy color: '#2553D7'

red 37 ◦ green 83 ◦ blue 215

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

Shades of Cerulean Blue #2553D7

Tints of Cerulean Blue #2553D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.18%

R = 11.04%
G = 24.78%
B = 64.18%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2553D7 (or 0x2553D7) is known color: Cerulean Blue. HEX triplet: 25, 53 and D7. RGB value is (37,83,215). Sum of RGB (Red+Green+Blue) = 37+83+215=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #2553D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553D7 is #DAAC28. Grayscale: #535353. Windows color (decimal): -14330921 or 14111525. OLE color: 14111525.

HSL color Cylindrical-coordinate representation of color #2553D7: hue angle of 224.49º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2553D7 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 83 215 -
CMYK 0.83 0.61 0 0.16
HSL 224.49º 0.71% 0.49% -
HSV(B) 224.49º 0.83% 0.84% -
XYZ 16.12 11.49 65.66 -
YUV 84.29 201.76 94.27 -
System Red Green Blue C M Y K H S L
Decimal 37 83 215 0.83 0.61 0 0.16 224.49 0.71 0.49
Hex 25 53 D7 53 3D 0 10 E0 47 31
Octal 45 123 327 123 75 0 20 340 107 61
Binary 100101 1010011 11010111 1010011 111101 0 10000 11100000 1000111 110001

Color Harmonies of #2553D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553D7

Black with #2553D7

Text Example


Text Example

White with #2553D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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