Html Css Color HEX #568CFE Cornflower Blue

📋 copy color: '#568CFE'

red 86 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #568CFE

Tints of Cornflower Blue #568CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 17.92%
G = 29.17%
B = 52.92%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#568CFE (or 0x568CFE) is known color: Cornflower Blue. HEX triplet: 56, 8C and FE. RGB value is (86,140,254). Sum of RGB (Red+Green+Blue) = 86+140+254=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #568CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568CFE is #A97301. Grayscale: #888888. Windows color (decimal): -11105026 or 16682070. OLE color: 16682070.

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

Color convert

RGB 86 140 254 -
CMYK 0.66 0.45 0 0.00
HSL 220.71º 0.99% 0.67% -
HSV(B) 220.71º 0.66% 1% -
XYZ 31.11 27.89 97.51 -
YUV 136.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 86 140 254 0.66 0.45 0 0.00 220.71 0.99 0.67
Hex 56 8C FE 42 2D 0 0 DD 63 43
Octal 126 214 376 102 55 0 0 335 143 103
Binary 1010110 10001100 11111110 1000010 101101 0 0 11011101 1100011 1000011

Color Harmonies of #568CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568CFE

Black with #568CFE

Text Example


Text Example

White with #568CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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