Html Css Color HEX #2550CB Cerulean Blue

📋 copy color: '#2550CB'

red 37 ◦ green 80 ◦ blue 203

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

Shades of Cerulean Blue #2550CB

Tints of Cerulean Blue #2550CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 11.56%
G = 25%
B = 63.44%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2550CB (or 0x2550CB) is known color: Cerulean Blue. HEX triplet: 25, 50 and CB. RGB value is (37,80,203). Sum of RGB (Red+Green+Blue) = 37+80+203=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #2550CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550CB is #DAAF34. Grayscale: #505050. Windows color (decimal): -14331701 or 13324325. OLE color: 13324325.

HSL color Cylindrical-coordinate representation of color #2550CB: hue angle of 224.46º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2550CB is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 80 203 -
CMYK 0.82 0.61 0 0.20
HSL 224.46º 0.69% 0.47% -
HSV(B) 224.46º 0.82% 0.8% -
XYZ 14.41 10.44 57.76 -
YUV 81.17 196.75 96.5 -
System Red Green Blue C M Y K H S L
Decimal 37 80 203 0.82 0.61 0 0.20 224.46 0.69 0.47
Hex 25 50 CB 52 3D 0 14 E0 45 2F
Octal 45 120 313 122 75 0 24 340 105 57
Binary 100101 1010000 11001011 1010010 111101 0 10100 11100000 1000101 101111

Color Harmonies of #2550CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2550CB

Black with #2550CB

Text Example


Text Example

White with #2550CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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