Html Css Color HEX #69A8FA Cornflower Blue

📋 copy color: '#69A8FA'

red 105 ◦ green 168 ◦ blue 250

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

Shades of Cornflower Blue #69A8FA

Tints of Cornflower Blue #69A8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.12%

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 20.08%
G = 32.12%
B = 47.8%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#69A8FA (or 0x69A8FA) is known color: Cornflower Blue. HEX triplet: 69, A8 and FA. RGB value is (105,168,250). Sum of RGB (Red+Green+Blue) = 105+168+250=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #69A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A8FA is #965705. Grayscale: #9E9E9E. Windows color (decimal): -9852678 or 16427113. OLE color: 16427113.

HSL color Cylindrical-coordinate representation of color #69A8FA: hue angle of 213.93º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69A8FA is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 168 250 -
CMYK 0.58 0.33 0 0.02
HSL 213.93º 0.94% 0.7% -
HSV(B) 213.93º 0.58% 0.98% -
XYZ 37.08 37.91 95.81 -
YUV 158.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 105 168 250 0.58 0.33 0 0.02 213.93 0.94 0.7
Hex 69 A8 FA 3A 21 0 2 D6 5E 46
Octal 151 250 372 72 41 0 2 326 136 106
Binary 1101001 10101000 11111010 111010 100001 0 10 11010110 1011110 1000110

Color Harmonies of #69A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8FA

Black with #69A8FA

Text Example


Text Example

White with #69A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,168,250); }

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

background-color css

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

 a { background-color: rgb(105,168,250); }

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

border-color css

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

 span { border-color: rgb(105,168,250); }

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