Html Css Color HEX #708AFB Cornflower Blue

📋 copy color: '#708AFB'

red 112 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #708AFB

Tints of Cornflower Blue #708AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 22.36%
G = 27.54%
B = 50.1%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#708AFB (or 0x708AFB) is known color: Cornflower Blue. HEX triplet: 70, 8A and FB. RGB value is (112,138,251). Sum of RGB (Red+Green+Blue) = 112+138+251=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #708AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AFB is #8F7504. Grayscale: #8E8E8E. Windows color (decimal): -9401605 or 16484976. OLE color: 16484976.

HSL color Cylindrical-coordinate representation of color #708AFB: hue angle of 228.78º degrees, saturation: 0.95, 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 #708AFB is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 138 251 -
CMYK 0.55 0.45 0 0.02
HSL 228.78º 0.95% 0.71% -
HSV(B) 228.78º 0.55% 0.98% -
XYZ 33.18 28.59 95.04 -
YUV 143.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 112 138 251 0.55 0.45 0 0.02 228.78 0.95 0.71
Hex 70 8A FB 37 2D 0 2 E5 5F 47
Octal 160 212 373 67 55 0 2 345 137 107
Binary 1110000 10001010 11111011 110111 101101 0 10 11100101 1011111 1000111

Color Harmonies of #708AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AFB

Black with #708AFB

Text Example


Text Example

White with #708AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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