Html Css Color HEX #1550DE Cerulean Blue

📋 copy color: '#1550DE'

red 21 ◦ green 80 ◦ blue 222

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

Shades of Cerulean Blue #1550DE

Tints of Cerulean Blue #1550DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 6.5%
G = 24.77%
B = 68.73%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1550DE (or 0x1550DE) is known color: Cerulean Blue. HEX triplet: 15, 50 and DE. RGB value is (21,80,222). Sum of RGB (Red+Green+Blue) = 21+80+222=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #1550DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550DE is #EAAF21. Grayscale: #4D4D4D. Windows color (decimal): -15380258 or 14569493. OLE color: 14569493.

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

Color convert

RGB 21 80 222 -
CMYK 0.91 0.64 0 0.13
HSL 222.39º 0.83% 0.48% -
HSV(B) 222.39º 0.91% 0.87% -
XYZ 16.36 11.17 70.4 -
YUV 78.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 21 80 222 0.91 0.64 0 0.13 222.39 0.83 0.48
Hex 15 50 DE 5B 40 0 D DE 53 30
Octal 25 120 336 133 100 0 15 336 123 60
Binary 10101 1010000 11011110 1011011 1000000 0 1101 11011110 1010011 110000

Color Harmonies of #1550DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550DE

Black with #1550DE

Text Example


Text Example

White with #1550DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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