Html Css Color HEX #2550D7 Cerulean Blue

📋 copy color: '#2550D7'

red 37 ◦ green 80 ◦ blue 215

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

Shades of Cerulean Blue #2550D7

Tints of Cerulean Blue #2550D7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 11.14%
G = 24.1%
B = 64.76%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2550D7 (or 0x2550D7) is known color: Cerulean Blue. HEX triplet: 25, 50 and D7. RGB value is (37,80,215). Sum of RGB (Red+Green+Blue) = 37+80+215=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 215 (84.38% from 255 or 64.76% from 332); Max value from RGB is 215 - color contains mainly: blue. Hex color #2550D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550D7 is #DAAF28. Grayscale: #515151. Windows color (decimal): -14331689 or 14110757. OLE color: 14110757.

HSL color Cylindrical-coordinate representation of color #2550D7: hue angle of 225.51º 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 #2550D7 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 80 215 -
CMYK 0.83 0.63 0 0.16
HSL 225.51º 0.71% 0.49% -
HSV(B) 225.51º 0.83% 0.84% -
XYZ 15.9 11.04 65.58 -
YUV 82.53 202.75 95.52 -
System Red Green Blue C M Y K H S L
Decimal 37 80 215 0.83 0.63 0 0.16 225.51 0.71 0.49
Hex 25 50 D7 53 3F 0 10 E2 47 31
Octal 45 120 327 123 77 0 20 342 107 61
Binary 100101 1010000 11010111 1010011 111111 0 10000 11100010 1000111 110001

Color Harmonies of #2550D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2550D7

Black with #2550D7

Text Example


Text Example

White with #2550D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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