Html Css Color HEX #69A4EA Cornflower Blue

📋 copy color: '#69A4EA'

red 105 ◦ green 164 ◦ blue 234

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

Shades of Cornflower Blue #69A4EA

Tints of Cornflower Blue #69A4EA

RGB

 RED value IS 105 (41.41% from 255) = 20.87%

 GREEN value IS 164 (64.45% from 255) = 32.6%

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

R = 20.87%
G = 32.6%
B = 46.52%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#69A4EA (or 0x69A4EA) is known color: Cornflower Blue. HEX triplet: 69, A4 and EA. RGB value is (105,164,234). Sum of RGB (Red+Green+Blue) = 105+164+234=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #69A4EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A4EA is #965B15. Grayscale: #9A9A9A. Windows color (decimal): -9853718 or 15377513. OLE color: 15377513.

HSL color Cylindrical-coordinate representation of color #69A4EA: hue angle of 212.56º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A4EA is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 164 234 -
CMYK 0.55 0.30 0 0.08
HSL 212.56º 0.75% 0.66% -
HSV(B) 212.56º 0.55% 0.92% -
XYZ 33.95 35.49 82.9 -
YUV 154.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 105 164 234 0.55 0.30 0 0.08 212.56 0.75 0.66
Hex 69 A4 EA 37 1E 0 8 D5 4B 42
Octal 151 244 352 67 36 0 10 325 113 102
Binary 1101001 10100100 11101010 110111 11110 0 1000 11010101 1001011 1000010

Color Harmonies of #69A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A4EA

Black with #69A4EA

Text Example


Text Example

White with #69A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A4EA; }

 p { color: rgb(105,164,234); }

 H1.HeaderClassName
 {
   color: #69A4EA;
 }
 .AnyTagClassName
 {
   color: #69A4EA;
 }
</style>

background-color css

<style>
 a { background-color: #69A4EA; }

 a { background-color: rgb(105,164,234); }

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

border-color css

<style>
 span { border-color: #69A4EA; }

 span { border-color: rgb(105,164,234); }

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