Html Css Color HEX #419ED0 Summer Sky

📋 copy color: '#419ED0'

red 65 ◦ green 158 ◦ blue 208

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

Shades of Summer Sky #419ED0

Tints of Summer Sky #419ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 15.08%
G = 36.66%
B = 48.26%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#419ED0 (or 0x419ED0) is known color: Summer Sky. HEX triplet: 41, 9E and D0. RGB value is (65,158,208). Sum of RGB (Red+Green+Blue) = 65+158+208=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #419ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ED0 is #BE612F. Grayscale: #878787. Windows color (decimal): -12476720 or 13672001. OLE color: 13672001.

HSL color Cylindrical-coordinate representation of color #419ED0: hue angle of 200.98º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #419ED0 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 158 208 -
CMYK 0.69 0.24 0 0.18
HSL 200.98º 0.6% 0.54% -
HSV(B) 200.98º 0.69% 0.82% -
XYZ 25.79 30.13 64.13 -
YUV 135.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 65 158 208 0.69 0.24 0 0.18 200.98 0.6 0.54
Hex 41 9E D0 45 18 0 12 C9 3C 36
Octal 101 236 320 105 30 0 22 311 74 66
Binary 1000001 10011110 11010000 1000101 11000 0 10010 11001001 111100 110110

Color Harmonies of #419ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419ED0

Black with #419ED0

Text Example


Text Example

White with #419ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,158,208); }

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

background-color css

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

 a { background-color: rgb(65,158,208); }

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

border-color css

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

 span { border-color: rgb(65,158,208); }

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