Html Css Color HEX #568AFF Cornflower Blue

📋 copy color: '#568AFF'

red 86 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #568AFF

Tints of Cornflower Blue #568AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

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

R = 17.95%
G = 28.81%
B = 53.24%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#568AFF (or 0x568AFF) is known color: Cornflower Blue. HEX triplet: 56, 8A and FF. RGB value is (86,138,255). Sum of RGB (Red+Green+Blue) = 86+138+255=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #568AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568AFF is #A97500. Grayscale: #878787. Windows color (decimal): -11105537 or 16747094. OLE color: 16747094.

HSL color Cylindrical-coordinate representation of color #568AFF: hue angle of 221.54º 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 #568AFF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 138 255 -
CMYK 0.66 0.46 0 0
HSL 221.54º 1% 0.67% -
HSV(B) 221.54º 0.66% 1% -
XYZ 30.98 27.38 98.26 -
YUV 135.79 195.27 92.49 -
System Red Green Blue C M Y K H S L
Decimal 86 138 255 0.66 0.46 0 0 221.54 1 0.67
Hex 56 8A FF 42 2E 0 0 DE 64 43
Octal 126 212 377 102 56 0 0 336 144 103
Binary 1010110 10001010 11111111 1000010 101110 0 0 11011110 1100100 1000011

Color Harmonies of #568AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568AFF

Black with #568AFF

Text Example


Text Example

White with #568AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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