Html Css Color HEX #569BFA Cornflower Blue

📋 copy color: '#569BFA'

red 86 ◦ green 155 ◦ blue 250

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

Shades of Cornflower Blue #569BFA

Tints of Cornflower Blue #569BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

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

R = 17.52%
G = 31.57%
B = 50.92%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#569BFA (or 0x569BFA) is known color: Cornflower Blue. HEX triplet: 56, 9B and FA. RGB value is (86,155,250). Sum of RGB (Red+Green+Blue) = 86+155+250=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #569BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569BFA is #A96405. Grayscale: #909090. Windows color (decimal): -11101190 or 16423766. OLE color: 16423766.

HSL color Cylindrical-coordinate representation of color #569BFA: hue angle of 214.76º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #569BFA is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 155 250 -
CMYK 0.66 0.38 0 0.02
HSL 214.76º 0.94% 0.66% -
HSV(B) 214.76º 0.66% 0.98% -
XYZ 32.81 32.32 94.95 -
YUV 145.2 187.14 85.78 -
System Red Green Blue C M Y K H S L
Decimal 86 155 250 0.66 0.38 0 0.02 214.76 0.94 0.66
Hex 56 9B FA 42 26 0 2 D7 5E 42
Octal 126 233 372 102 46 0 2 327 136 102
Binary 1010110 10011011 11111010 1000010 100110 0 10 11010111 1011110 1000010

Color Harmonies of #569BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BFA

Black with #569BFA

Text Example


Text Example

White with #569BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,155,250); }

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

background-color css

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

 a { background-color: rgb(86,155,250); }

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

border-color css

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

 span { border-color: rgb(86,155,250); }

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