Html Css Color HEX #69A8FB Cornflower Blue

📋 copy color: '#69A8FB'

red 105 ◦ green 168 ◦ blue 251

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

Shades of Cornflower Blue #69A8FB

Tints of Cornflower Blue #69A8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 20.04%
G = 32.06%
B = 47.9%

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

#69A8FB (or 0x69A8FB) is known color: Cornflower Blue. HEX triplet: 69, A8 and FB. RGB value is (105,168,251). Sum of RGB (Red+Green+Blue) = 105+168+251=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #69A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A8FB is #965704. Grayscale: #9E9E9E. Windows color (decimal): -9852677 or 16492649. OLE color: 16492649.

HSL color Cylindrical-coordinate representation of color #69A8FB: hue angle of 214.11º degrees, saturation: 0.95, 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 #69A8FB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 168 251 -
CMYK 0.58 0.33 0 0.02
HSL 214.11º 0.95% 0.7% -
HSV(B) 214.11º 0.58% 0.98% -
XYZ 37.24 37.97 96.63 -
YUV 158.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 105 168 251 0.58 0.33 0 0.02 214.11 0.95 0.7
Hex 69 A8 FB 3A 21 0 2 D6 5F 46
Octal 151 250 373 72 41 0 2 326 137 106
Binary 1101001 10101000 11111011 111010 100001 0 10 11010110 1011111 1000110

Color Harmonies of #69A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8FB

Black with #69A8FB

Text Example


Text Example

White with #69A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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