Html Css Color HEX #419ADB Summer Sky

📋 copy color: '#419ADB'

red 65 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #419ADB

Tints of Summer Sky #419ADB

RGB

 RED value IS 65 (25.78% from 255) = 14.84%

 GREEN value IS 154 (60.55% from 255) = 35.16%

 BLUE value IS 219 (85.94% from 255) = 50%

R = 14.84%
G = 35.16%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#419ADB (or 0x419ADB) is known color: Summer Sky. HEX triplet: 41, 9A and DB. RGB value is (65,154,219). Sum of RGB (Red+Green+Blue) = 65+154+219=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #419ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ADB is #BE6524. Grayscale: #868686. Windows color (decimal): -12477733 or 14391873. OLE color: 14391873.

HSL color Cylindrical-coordinate representation of color #419ADB: hue angle of 205.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #419ADB is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 154 219 -
CMYK 0.70 0.30 0 0.14
HSL 205.32º 0.68% 0.56% -
HSV(B) 205.32º 0.7% 0.86% -
XYZ 26.52 29.35 71.29 -
YUV 134.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 65 154 219 0.70 0.30 0 0.14 205.32 0.68 0.56
Hex 41 9A DB 46 1E 0 E CD 44 38
Octal 101 232 333 106 36 0 16 315 104 70
Binary 1000001 10011010 11011011 1000110 11110 0 1110 11001101 1000100 111000

Color Harmonies of #419ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419ADB

Black with #419ADB

Text Example


Text Example

White with #419ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419ADB; }

 p { color: rgb(65,154,219); }

 H1.HeaderClassName
 {
   color: #419ADB;
 }
 .AnyTagClassName
 {
   color: #419ADB;
 }
</style>

background-color css

<style>
 a { background-color: #419ADB; }

 a { background-color: rgb(65,154,219); }

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

border-color css

<style>
 span { border-color: #419ADB; }

 span { border-color: rgb(65,154,219); }

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