Html Css Color HEX #708BFA Cornflower Blue

📋 copy color: '#708BFA'

red 112 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #708BFA

Tints of Cornflower Blue #708BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.74%

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

R = 22.36%
G = 27.74%
B = 49.9%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#708BFA (or 0x708BFA) is known color: Cornflower Blue. HEX triplet: 70, 8B and FA. RGB value is (112,139,250). Sum of RGB (Red+Green+Blue) = 112+139+250=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #708BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BFA is #8F7405. Grayscale: #8F8F8F. Windows color (decimal): -9401350 or 16419696. OLE color: 16419696.

HSL color Cylindrical-coordinate representation of color #708BFA: hue angle of 228.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708BFA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 139 250 -
CMYK 0.55 0.44 0 0.02
HSL 228.26º 0.93% 0.71% -
HSV(B) 228.26º 0.55% 0.98% -
XYZ 33.17 28.81 94.26 -
YUV 143.58 188.05 105.47 -
System Red Green Blue C M Y K H S L
Decimal 112 139 250 0.55 0.44 0 0.02 228.26 0.93 0.71
Hex 70 8B FA 37 2C 0 2 E4 5D 47
Octal 160 213 372 67 54 0 2 344 135 107
Binary 1110000 10001011 11111010 110111 101100 0 10 11100100 1011101 1000111

Color Harmonies of #708BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BFA

Black with #708BFA

Text Example


Text Example

White with #708BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,139,250); }

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

background-color css

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

 a { background-color: rgb(112,139,250); }

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

border-color css

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

 span { border-color: rgb(112,139,250); }

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