Html Css Color HEX #469FDF Summer Sky

📋 copy color: '#469FDF'

red 70 ◦ green 159 ◦ blue 223

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

Shades of Summer Sky #469FDF

Tints of Summer Sky #469FDF

RGB

 RED value IS 70 (27.73% from 255) = 15.49%

 GREEN value IS 159 (62.5% from 255) = 35.18%

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 15.49%
G = 35.18%
B = 49.34%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#469FDF (or 0x469FDF) is known color: Summer Sky. HEX triplet: 46, 9F and DF. RGB value is (70,159,223). Sum of RGB (Red+Green+Blue) = 70+159+223=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #469FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FDF is #B96020. Grayscale: #8B8B8B. Windows color (decimal): -12148769 or 14655302. OLE color: 14655302.

HSL color Cylindrical-coordinate representation of color #469FDF: hue angle of 205.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469FDF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 159 223 -
CMYK 0.69 0.29 0 0.13
HSL 205.1º 0.71% 0.57% -
HSV(B) 205.1º 0.69% 0.87% -
XYZ 28.24 31.43 74.39 -
YUV 139.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 70 159 223 0.69 0.29 0 0.13 205.1 0.71 0.57
Hex 46 9F DF 45 1D 0 D CD 47 39
Octal 106 237 337 105 35 0 15 315 107 71
Binary 1000110 10011111 11011111 1000101 11101 0 1101 11001101 1000111 111001

Color Harmonies of #469FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FDF

Black with #469FDF

Text Example


Text Example

White with #469FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469FDF; }

 p { color: rgb(70,159,223); }

 H1.HeaderClassName
 {
   color: #469FDF;
 }
 .AnyTagClassName
 {
   color: #469FDF;
 }
</style>

background-color css

<style>
 a { background-color: #469FDF; }

 a { background-color: rgb(70,159,223); }

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

border-color css

<style>
 span { border-color: #469FDF; }

 span { border-color: rgb(70,159,223); }

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