Html Css Color HEX #568CFF Cornflower Blue

📋 copy color: '#568CFF'

red 86 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #568CFF

Tints of Cornflower Blue #568CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 17.88%
G = 29.11%
B = 53.01%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#568CFF (or 0x568CFF) is known color: Cornflower Blue. HEX triplet: 56, 8C and FF. RGB value is (86,140,255). Sum of RGB (Red+Green+Blue) = 86+140+255=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #568CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568CFF is #A97300. Grayscale: #888888. Windows color (decimal): -11105025 or 16747606. OLE color: 16747606.

HSL color Cylindrical-coordinate representation of color #568CFF: hue angle of 220.83º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568CFF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 140 255 -
CMYK 0.66 0.45 0 0
HSL 220.83º 1% 0.67% -
HSV(B) 220.83º 0.66% 1% -
XYZ 31.27 27.95 98.36 -
YUV 136.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 86 140 255 0.66 0.45 0 0 220.83 1 0.67
Hex 56 8C FF 42 2D 0 0 DD 64 43
Octal 126 214 377 102 55 0 0 335 144 103
Binary 1010110 10001100 11111111 1000010 101101 0 0 11011101 1100100 1000011

Color Harmonies of #568CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568CFF

Black with #568CFF

Text Example


Text Example

White with #568CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568CFF; }

 p { color: rgb(86,140,255); }

 H1.HeaderClassName
 {
   color: #568CFF;
 }
 .AnyTagClassName
 {
   color: #568CFF;
 }
</style>

background-color css

<style>
 a { background-color: #568CFF; }

 a { background-color: rgb(86,140,255); }

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

border-color css

<style>
 span { border-color: #568CFF; }

 span { border-color: rgb(86,140,255); }

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