Html Css Color HEX #68AAF1 Cornflower Blue

📋 copy color: '#68AAF1'

red 104 ◦ green 170 ◦ blue 241

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

Shades of Cornflower Blue #68AAF1

Tints of Cornflower Blue #68AAF1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 20.19%
G = 33.01%
B = 46.8%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68AAF1 (or 0x68AAF1) is known color: Cornflower Blue. HEX triplet: 68, AA and F1. RGB value is (104,170,241). Sum of RGB (Red+Green+Blue) = 104+170+241=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #68AAF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAF1 is #97550E. Grayscale: #9E9E9E. Windows color (decimal): -9917711 or 15837800. OLE color: 15837800.

HSL color Cylindrical-coordinate representation of color #68AAF1: hue angle of 211.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68AAF1 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 170 241 -
CMYK 0.57 0.29 0 0.05
HSL 211.09º 0.83% 0.68% -
HSV(B) 211.09º 0.57% 0.95% -
XYZ 35.96 38.04 88.67 -
YUV 158.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 104 170 241 0.57 0.29 0 0.05 211.09 0.83 0.68
Hex 68 AA F1 39 1D 0 5 D3 53 44
Octal 150 252 361 71 35 0 5 323 123 104
Binary 1101000 10101010 11110001 111001 11101 0 101 11010011 1010011 1000100

Color Harmonies of #68AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAF1

Black with #68AAF1

Text Example


Text Example

White with #68AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,170,241); }

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

background-color css

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

 a { background-color: rgb(104,170,241); }

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

border-color css

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

 span { border-color: rgb(104,170,241); }

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