Html Css Color HEX #708AFC Cornflower Blue

📋 copy color: '#708AFC'

red 112 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #708AFC

Tints of Cornflower Blue #708AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 22.31%
G = 27.49%
B = 50.2%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#708AFC (or 0x708AFC) is known color: Cornflower Blue. HEX triplet: 70, 8A and FC. RGB value is (112,138,252). Sum of RGB (Red+Green+Blue) = 112+138+252=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #708AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AFC is #8F7503. Grayscale: #8E8E8E. Windows color (decimal): -9401604 or 16550512. OLE color: 16550512.

HSL color Cylindrical-coordinate representation of color #708AFC: hue angle of 228.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708AFC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 138 252 -
CMYK 0.56 0.45 0 0.01
HSL 228.86º 0.96% 0.71% -
HSV(B) 228.86º 0.56% 0.99% -
XYZ 33.34 28.65 95.87 -
YUV 143.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 112 138 252 0.56 0.45 0 0.01 228.86 0.96 0.71
Hex 70 8A FC 38 2D 0 1 E5 60 47
Octal 160 212 374 70 55 0 1 345 140 107
Binary 1110000 10001010 11111100 111000 101101 0 1 11100101 1100000 1000111

Color Harmonies of #708AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AFC

Black with #708AFC

Text Example


Text Example

White with #708AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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