Html Css Color HEX #569AF1 Cornflower Blue

📋 copy color: '#569AF1'

red 86 ◦ green 154 ◦ blue 241

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

Shades of Cornflower Blue #569AF1

Tints of Cornflower Blue #569AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 17.88%
G = 32.02%
B = 50.1%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#569AF1 (or 0x569AF1) is known color: Cornflower Blue. HEX triplet: 56, 9A and F1. RGB value is (86,154,241). Sum of RGB (Red+Green+Blue) = 86+154+241=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #569AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569AF1 is #A9650E. Grayscale: #8F8F8F. Windows color (decimal): -11101455 or 15833686. OLE color: 15833686.

HSL color Cylindrical-coordinate representation of color #569AF1: hue angle of 213.68º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #569AF1 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 154 241 -
CMYK 0.64 0.36 0 0.05
HSL 213.68º 0.85% 0.64% -
HSV(B) 213.68º 0.64% 0.95% -
XYZ 31.27 31.44 87.64 -
YUV 143.59 182.97 86.93 -
System Red Green Blue C M Y K H S L
Decimal 86 154 241 0.64 0.36 0 0.05 213.68 0.85 0.64
Hex 56 9A F1 40 24 0 5 D6 55 40
Octal 126 232 361 100 44 0 5 326 125 100
Binary 1010110 10011010 11110001 1000000 100100 0 101 11010110 1010101 1000000

Color Harmonies of #569AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569AF1

Black with #569AF1

Text Example


Text Example

White with #569AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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