Html Css Color HEX #2550DA Cerulean Blue

📋 copy color: '#2550DA'

red 37 ◦ green 80 ◦ blue 218

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

Shades of Cerulean Blue #2550DA

Tints of Cerulean Blue #2550DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 11.04%
G = 23.88%
B = 65.07%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2550DA (or 0x2550DA) is known color: Cerulean Blue. HEX triplet: 25, 50 and DA. RGB value is (37,80,218). Sum of RGB (Red+Green+Blue) = 37+80+218=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #2550DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550DA is #DAAF25. Grayscale: #525252. Windows color (decimal): -14331686 or 14307365. OLE color: 14307365.

HSL color Cylindrical-coordinate representation of color #2550DA: hue angle of 225.75º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2550DA is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 80 218 -
CMYK 0.83 0.63 0 0.15
HSL 225.75º 0.71% 0.5% -
HSV(B) 225.75º 0.83% 0.85% -
XYZ 16.29 11.19 67.63 -
YUV 82.88 204.25 95.28 -
System Red Green Blue C M Y K H S L
Decimal 37 80 218 0.83 0.63 0 0.15 225.75 0.71 0.5
Hex 25 50 DA 53 3F 0 F E2 47 32
Octal 45 120 332 123 77 0 17 342 107 62
Binary 100101 1010000 11011010 1010011 111111 0 1111 11100010 1000111 110010

Color Harmonies of #2550DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2550DA

Black with #2550DA

Text Example


Text Example

White with #2550DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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