Html Css Color HEX #708AFE Cornflower Blue

📋 copy color: '#708AFE'

red 112 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #708AFE

Tints of Cornflower Blue #708AFE

RGB

 RED value IS 112 (44.14% from 255) = 22.22%

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

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

R = 22.22%
G = 27.38%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#708AFE (or 0x708AFE) is known color: Cornflower Blue. HEX triplet: 70, 8A and FE. RGB value is (112,138,254). Sum of RGB (Red+Green+Blue) = 112+138+254=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #708AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AFE is #8F7501. Grayscale: #8E8E8E. Windows color (decimal): -9401602 or 16681584. OLE color: 16681584.

HSL color Cylindrical-coordinate representation of color #708AFE: hue angle of 229.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708AFE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 138 254 -
CMYK 0.56 0.46 0 0.00
HSL 229.01º 0.99% 0.72% -
HSV(B) 229.01º 0.56% 1% -
XYZ 33.66 28.78 97.55 -
YUV 143.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 112 138 254 0.56 0.46 0 0.00 229.01 0.99 0.72
Hex 70 8A FE 38 2E 0 0 E5 63 48
Octal 160 212 376 70 56 0 0 345 143 110
Binary 1110000 10001010 11111110 111000 101110 0 0 11100101 1100011 1001000

Color Harmonies of #708AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AFE

Black with #708AFE

Text Example


Text Example

White with #708AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708AFE; }

 p { color: rgb(112,138,254); }

 H1.HeaderClassName
 {
   color: #708AFE;
 }
 .AnyTagClassName
 {
   color: #708AFE;
 }
</style>

background-color css

<style>
 a { background-color: #708AFE; }

 a { background-color: rgb(112,138,254); }

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

border-color css

<style>
 span { border-color: #708AFE; }

 span { border-color: rgb(112,138,254); }

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