Html Css Color HEX #708CFD Cornflower Blue

📋 copy color: '#708CFD'

red 112 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #708CFD

Tints of Cornflower Blue #708CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.72%

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 22.18%
G = 27.72%
B = 50.1%

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

#708CFD (or 0x708CFD) is known color: Cornflower Blue. HEX triplet: 70, 8C and FD. RGB value is (112,140,253). Sum of RGB (Red+Green+Blue) = 112+140+253=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #708CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CFD is #8F7302. Grayscale: #909090. Windows color (decimal): -9401091 or 16616560. OLE color: 16616560.

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

Color convert

RGB 112 140 253 -
CMYK 0.56 0.45 0 0.01
HSL 228.09º 0.97% 0.72% -
HSV(B) 228.09º 0.56% 0.99% -
XYZ 33.79 29.29 96.8 -
YUV 144.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 112 140 253 0.56 0.45 0 0.01 228.09 0.97 0.72
Hex 70 8C FD 38 2D 0 1 E4 61 48
Octal 160 214 375 70 55 0 1 344 141 110
Binary 1110000 10001100 11111101 111000 101101 0 1 11100100 1100001 1001000

Color Harmonies of #708CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CFD

Black with #708CFD

Text Example


Text Example

White with #708CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,253); }

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

background-color css

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

 a { background-color: rgb(112,140,253); }

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

border-color css

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

 span { border-color: rgb(112,140,253); }

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