Html Css Color HEX #68A2FA Cornflower Blue

📋 copy color: '#68A2FA'

red 104 ◦ green 162 ◦ blue 250

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

Shades of Cornflower Blue #68A2FA

Tints of Cornflower Blue #68A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.4%

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 20.16%
G = 31.4%
B = 48.45%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68A2FA (or 0x68A2FA) is known color: Cornflower Blue. HEX triplet: 68, A2 and FA. RGB value is (104,162,250). Sum of RGB (Red+Green+Blue) = 104+162+250=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #68A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A2FA is #975D05. Grayscale: #9A9A9A. Windows color (decimal): -9919750 or 16425576. OLE color: 16425576.

HSL color Cylindrical-coordinate representation of color #68A2FA: hue angle of 216.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68A2FA is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 162 250 -
CMYK 0.58 0.35 0 0.02
HSL 216.16º 0.94% 0.69% -
HSV(B) 216.16º 0.58% 0.98% -
XYZ 35.88 35.69 95.44 -
YUV 154.69 181.78 91.84 -
System Red Green Blue C M Y K H S L
Decimal 104 162 250 0.58 0.35 0 0.02 216.16 0.94 0.69
Hex 68 A2 FA 3A 23 0 2 D8 5E 45
Octal 150 242 372 72 43 0 2 330 136 105
Binary 1101000 10100010 11111010 111010 100011 0 10 11011000 1011110 1000101

Color Harmonies of #68A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2FA

Black with #68A2FA

Text Example


Text Example

White with #68A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,162,250); }

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

background-color css

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

 a { background-color: rgb(104,162,250); }

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

border-color css

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

 span { border-color: rgb(104,162,250); }

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