Html Css Color HEX #1550DA Cerulean Blue

📋 copy color: '#1550DA'

red 21 ◦ green 80 ◦ blue 218

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

Shades of Cerulean Blue #1550DA

Tints of Cerulean Blue #1550DA

RGB

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

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

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

R = 6.58%
G = 25.08%
B = 68.34%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1550DA (or 0x1550DA) is known color: Cerulean Blue. HEX triplet: 15, 50 and DA. RGB value is (21,80,218). Sum of RGB (Red+Green+Blue) = 21+80+218=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #1550DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550DA is #EAAF25. Grayscale: #4D4D4D. Windows color (decimal): -15380262 or 14307349. OLE color: 14307349.

HSL color Cylindrical-coordinate representation of color #1550DA: hue angle of 222.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1550DA is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 80 218 -
CMYK 0.90 0.63 0 0.15
HSL 222.03º 0.82% 0.47% -
HSV(B) 222.03º 0.9% 0.85% -
XYZ 15.83 10.96 67.61 -
YUV 78.09 206.95 87.28 -
System Red Green Blue C M Y K H S L
Decimal 21 80 218 0.90 0.63 0 0.15 222.03 0.82 0.47
Hex 15 50 DA 5A 3F 0 F DE 52 2F
Octal 25 120 332 132 77 0 17 336 122 57
Binary 10101 1010000 11011010 1011010 111111 0 1111 11011110 1010010 101111

Color Harmonies of #1550DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550DA

Black with #1550DA

Text Example


Text Example

White with #1550DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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