Html Css Color HEX #419EF0 Summer Sky

📋 copy color: '#419EF0'

red 65 ◦ green 158 ◦ blue 240

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

Shades of Summer Sky #419EF0

Tints of Summer Sky #419EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.84%

R = 14.04%
G = 34.13%
B = 51.84%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#419EF0 (or 0x419EF0) is known color: Summer Sky. HEX triplet: 41, 9E and F0. RGB value is (65,158,240). Sum of RGB (Red+Green+Blue) = 65+158+240=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #419EF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #419EF0 is #BE610F. Grayscale: #8B8B8B. Windows color (decimal): -12476688 or 15769153. OLE color: 15769153.

HSL color Cylindrical-coordinate representation of color #419EF0: hue angle of 208.11º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #419EF0 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 158 240 -
CMYK 0.73 0.34 0 0.06
HSL 208.11º 0.85% 0.6% -
HSV(B) 208.11º 0.73% 0.94% -
XYZ 30.14 31.87 87 -
YUV 139.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 65 158 240 0.73 0.34 0 0.06 208.11 0.85 0.6
Hex 41 9E F0 49 22 0 6 D0 55 3C
Octal 101 236 360 111 42 0 6 320 125 74
Binary 1000001 10011110 11110000 1001001 100010 0 110 11010000 1010101 111100

Color Harmonies of #419EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EF0

Black with #419EF0

Text Example


Text Example

White with #419EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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