Html Css Color HEX #69A4EE Cornflower Blue

📋 copy color: '#69A4EE'

red 105 ◦ green 164 ◦ blue 238

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

Shades of Cornflower Blue #69A4EE

Tints of Cornflower Blue #69A4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 20.71%
G = 32.35%
B = 46.94%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69A4EE (or 0x69A4EE) is known color: Cornflower Blue. HEX triplet: 69, A4 and EE. RGB value is (105,164,238). Sum of RGB (Red+Green+Blue) = 105+164+238=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #69A4EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A4EE is #965B11. Grayscale: #9A9A9A. Windows color (decimal): -9853714 or 15639657. OLE color: 15639657.

HSL color Cylindrical-coordinate representation of color #69A4EE: hue angle of 213.38º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69A4EE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 164 238 -
CMYK 0.56 0.31 0 0.07
HSL 213.38º 0.8% 0.67% -
HSV(B) 213.38º 0.56% 0.93% -
XYZ 34.53 35.73 85.96 -
YUV 154.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 105 164 238 0.56 0.31 0 0.07 213.38 0.8 0.67
Hex 69 A4 EE 38 1F 0 7 D5 50 43
Octal 151 244 356 70 37 0 7 325 120 103
Binary 1101001 10100100 11101110 111000 11111 0 111 11010101 1010000 1000011

Color Harmonies of #69A4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A4EE

Black with #69A4EE

Text Example


Text Example

White with #69A4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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