Html Css Color HEX #1550DD Cerulean Blue

📋 copy color: '#1550DD'

red 21 ◦ green 80 ◦ blue 221

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

Shades of Cerulean Blue #1550DD

Tints of Cerulean Blue #1550DD

RGB

 RED value IS 21 (8.59% from 255) = 6.52%

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

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 6.52%
G = 24.84%
B = 68.63%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1550DD (or 0x1550DD) is known color: Cerulean Blue. HEX triplet: 15, 50 and DD. RGB value is (21,80,221). Sum of RGB (Red+Green+Blue) = 21+80+221=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #1550DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550DD is #EAAF22. Grayscale: #4D4D4D. Windows color (decimal): -15380259 or 14503957. OLE color: 14503957.

HSL color Cylindrical-coordinate representation of color #1550DD: hue angle of 222.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1550DD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 80 221 -
CMYK 0.90 0.64 0 0.13
HSL 222.3º 0.83% 0.47% -
HSV(B) 222.3º 0.9% 0.87% -
XYZ 16.23 11.12 69.7 -
YUV 78.43 208.45 87.04 -
System Red Green Blue C M Y K H S L
Decimal 21 80 221 0.90 0.64 0 0.13 222.3 0.83 0.47
Hex 15 50 DD 5A 40 0 D DE 53 2F
Octal 25 120 335 132 100 0 15 336 123 57
Binary 10101 1010000 11011101 1011010 1000000 0 1101 11011110 1010011 101111

Color Harmonies of #1550DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550DD

Black with #1550DD

Text Example


Text Example

White with #1550DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1550DD; }

 p { color: rgb(21,80,221); }

 H1.HeaderClassName
 {
   color: #1550DD;
 }
 .AnyTagClassName
 {
   color: #1550DD;
 }
</style>

background-color css

<style>
 a { background-color: #1550DD; }

 a { background-color: rgb(21,80,221); }

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

border-color css

<style>
 span { border-color: #1550DD; }

 span { border-color: rgb(21,80,221); }

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