Html Css Color HEX #68A8FB Cornflower Blue

📋 copy color: '#68A8FB'

red 104 ◦ green 168 ◦ blue 251

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

Shades of Cornflower Blue #68A8FB

Tints of Cornflower Blue #68A8FB

RGB

 RED value IS 104 (41.02% from 255) = 19.89%

 GREEN value IS 168 (66.02% from 255) = 32.12%

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 19.89%
G = 32.12%
B = 47.99%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68A8FB (or 0x68A8FB) is known color: Cornflower Blue. HEX triplet: 68, A8 and FB. RGB value is (104,168,251). Sum of RGB (Red+Green+Blue) = 104+168+251=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #68A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A8FB is #975704. Grayscale: #9D9D9D. Windows color (decimal): -9918213 or 16492648. OLE color: 16492648.

HSL color Cylindrical-coordinate representation of color #68A8FB: hue angle of 213.88º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A8FB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 168 251 -
CMYK 0.59 0.33 0 0.02
HSL 213.88º 0.95% 0.7% -
HSV(B) 213.88º 0.59% 0.98% -
XYZ 37.12 37.91 96.63 -
YUV 158.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 104 168 251 0.59 0.33 0 0.02 213.88 0.95 0.7
Hex 68 A8 FB 3B 21 0 2 D6 5F 46
Octal 150 250 373 73 41 0 2 326 137 106
Binary 1101000 10101000 11111011 111011 100001 0 10 11010110 1011111 1000110

Color Harmonies of #68A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8FB

Black with #68A8FB

Text Example


Text Example

White with #68A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A8FB; }

 p { color: rgb(104,168,251); }

 H1.HeaderClassName
 {
   color: #68A8FB;
 }
 .AnyTagClassName
 {
   color: #68A8FB;
 }
</style>

background-color css

<style>
 a { background-color: #68A8FB; }

 a { background-color: rgb(104,168,251); }

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

border-color css

<style>
 span { border-color: #68A8FB; }

 span { border-color: rgb(104,168,251); }

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