Html Css Color HEX #708FFB Cornflower Blue

📋 copy color: '#708FFB'

red 112 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #708FFB

Tints of Cornflower Blue #708FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

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

R = 22.13%
G = 28.26%
B = 49.6%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#708FFB (or 0x708FFB) is known color: Cornflower Blue. HEX triplet: 70, 8F and FB. RGB value is (112,143,251). Sum of RGB (Red+Green+Blue) = 112+143+251=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #708FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FFB is #8F7004. Grayscale: #919191. Windows color (decimal): -9400325 or 16486256. OLE color: 16486256.

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

Color convert

RGB 112 143 251 -
CMYK 0.55 0.43 0 0.02
HSL 226.62º 0.95% 0.71% -
HSV(B) 226.62º 0.55% 0.98% -
XYZ 33.92 30.05 95.28 -
YUV 146.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 112 143 251 0.55 0.43 0 0.02 226.62 0.95 0.71
Hex 70 8F FB 37 2B 0 2 E3 5F 47
Octal 160 217 373 67 53 0 2 343 137 107
Binary 1110000 10001111 11111011 110111 101011 0 10 11100011 1011111 1000111

Color Harmonies of #708FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FFB

Black with #708FFB

Text Example


Text Example

White with #708FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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