Html Css Color HEX #1650DD Cerulean Blue

📋 copy color: '#1650DD'

red 22 ◦ green 80 ◦ blue 221

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

Shades of Cerulean Blue #1650DD

Tints of Cerulean Blue #1650DD

RGB

 RED value IS 22 (8.98% from 255) = 6.81%

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

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

R = 6.81%
G = 24.77%
B = 68.42%

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

#1650DD (or 0x1650DD) is known color: Cerulean Blue. HEX triplet: 16, 50 and DD. RGB value is (22,80,221). Sum of RGB (Red+Green+Blue) = 22+80+221=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #1650DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650DD is #E9AF22. Grayscale: #4E4E4E. Windows color (decimal): -15314723 or 14503958. OLE color: 14503958.

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

Color convert

RGB 22 80 221 -
CMYK 0.90 0.64 0 0.13
HSL 222.51º 0.82% 0.48% -
HSV(B) 222.51º 0.9% 0.87% -
XYZ 16.25 11.13 69.7 -
YUV 78.73 208.28 87.54 -
System Red Green Blue C M Y K H S L
Decimal 22 80 221 0.90 0.64 0 0.13 222.51 0.82 0.48
Hex 16 50 DD 5A 40 0 D DF 52 30
Octal 26 120 335 132 100 0 15 337 122 60
Binary 10110 1010000 11011101 1011010 1000000 0 1101 11011111 1010010 110000

Color Harmonies of #1650DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1650DD

Black with #1650DD

Text Example


Text Example

White with #1650DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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