Html Css Color HEX #419DCF Summer Sky

📋 copy color: '#419DCF'

red 65 ◦ green 157 ◦ blue 207

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

Shades of Summer Sky #419DCF

Tints of Summer Sky #419DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 15.15%
G = 36.6%
B = 48.25%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#419DCF (or 0x419DCF) is known color: Summer Sky. HEX triplet: 41, 9D and CF. RGB value is (65,157,207). Sum of RGB (Red+Green+Blue) = 65+157+207=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #419DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DCF is #BE6230. Grayscale: #868686. Windows color (decimal): -12476977 or 13606209. OLE color: 13606209.

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

Color convert

RGB 65 157 207 -
CMYK 0.69 0.24 0 0.19
HSL 201.13º 0.6% 0.53% -
HSV(B) 201.13º 0.69% 0.81% -
XYZ 25.5 29.74 63.43 -
YUV 135.19 168.52 77.93 -
System Red Green Blue C M Y K H S L
Decimal 65 157 207 0.69 0.24 0 0.19 201.13 0.6 0.53
Hex 41 9D CF 45 18 0 13 C9 3C 35
Octal 101 235 317 105 30 0 23 311 74 65
Binary 1000001 10011101 11001111 1000101 11000 0 10011 11001001 111100 110101

Color Harmonies of #419DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419DCF

Black with #419DCF

Text Example


Text Example

White with #419DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,157,207); }

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

background-color css

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

 a { background-color: rgb(65,157,207); }

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

border-color css

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

 span { border-color: rgb(65,157,207); }

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