Html Css Color HEX #569AF6 Cornflower Blue

📋 copy color: '#569AF6'

red 86 ◦ green 154 ◦ blue 246

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

Shades of Cornflower Blue #569AF6

Tints of Cornflower Blue #569AF6

RGB

 RED value IS 86 (33.98% from 255) = 17.7%

 GREEN value IS 154 (60.55% from 255) = 31.69%

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 17.7%
G = 31.69%
B = 50.62%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#569AF6 (or 0x569AF6) is known color: Cornflower Blue. HEX triplet: 56, 9A and F6. RGB value is (86,154,246). Sum of RGB (Red+Green+Blue) = 86+154+246=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #569AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569AF6 is #A96509. Grayscale: #8F8F8F. Windows color (decimal): -11101450 or 16161366. OLE color: 16161366.

HSL color Cylindrical-coordinate representation of color #569AF6: hue angle of 214.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #569AF6 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 154 246 -
CMYK 0.65 0.37 0 0.04
HSL 214.5º 0.9% 0.65% -
HSV(B) 214.5º 0.65% 0.96% -
XYZ 32.03 31.74 91.63 -
YUV 144.16 185.47 86.52 -
System Red Green Blue C M Y K H S L
Decimal 86 154 246 0.65 0.37 0 0.04 214.5 0.9 0.65
Hex 56 9A F6 41 25 0 4 D6 5A 41
Octal 126 232 366 101 45 0 4 326 132 101
Binary 1010110 10011010 11110110 1000001 100101 0 100 11010110 1011010 1000001

Color Harmonies of #569AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569AF6

Black with #569AF6

Text Example


Text Example

White with #569AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569AF6; }

 p { color: rgb(86,154,246); }

 H1.HeaderClassName
 {
   color: #569AF6;
 }
 .AnyTagClassName
 {
   color: #569AF6;
 }
</style>

background-color css

<style>
 a { background-color: #569AF6; }

 a { background-color: rgb(86,154,246); }

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

border-color css

<style>
 span { border-color: #569AF6; }

 span { border-color: rgb(86,154,246); }

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