Html Css Color HEX #469CEA Summer Sky

📋 copy color: '#469CEA'

red 70 ◦ green 156 ◦ blue 234

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

Shades of Summer Sky #469CEA

Tints of Summer Sky #469CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.91%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 15.22%
G = 33.91%
B = 50.87%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#469CEA (or 0x469CEA) is known color: Summer Sky. HEX triplet: 46, 9C and EA. RGB value is (70,156,234). Sum of RGB (Red+Green+Blue) = 70+156+234=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #469CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469CEA is #B96315. Grayscale: #8A8A8A. Windows color (decimal): -12149526 or 15375430. OLE color: 15375430.

HSL color Cylindrical-coordinate representation of color #469CEA: hue angle of 208.54º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469CEA is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 156 234 -
CMYK 0.70 0.33 0 0.08
HSL 208.54º 0.8% 0.6% -
HSV(B) 208.54º 0.7% 0.92% -
XYZ 29.27 31.02 82.29 -
YUV 139.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 70 156 234 0.70 0.33 0 0.08 208.54 0.8 0.6
Hex 46 9C EA 46 21 0 8 D1 50 3C
Octal 106 234 352 106 41 0 10 321 120 74
Binary 1000110 10011100 11101010 1000110 100001 0 1000 11010001 1010000 111100

Color Harmonies of #469CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CEA

Black with #469CEA

Text Example


Text Example

White with #469CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,156,234); }

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

background-color css

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

 a { background-color: rgb(70,156,234); }

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

border-color css

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

 span { border-color: rgb(70,156,234); }

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