Html Css Color HEX #708BFB Cornflower Blue

📋 copy color: '#708BFB'

red 112 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #708BFB

Tints of Cornflower Blue #708BFB

RGB

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

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

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

R = 22.31%
G = 27.69%
B = 50%

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

#708BFB (or 0x708BFB) is known color: Cornflower Blue. HEX triplet: 70, 8B and FB. RGB value is (112,139,251). Sum of RGB (Red+Green+Blue) = 112+139+251=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #708BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BFB is #8F7404. Grayscale: #8F8F8F. Windows color (decimal): -9401349 or 16485232. OLE color: 16485232.

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

Color convert

RGB 112 139 251 -
CMYK 0.55 0.45 0 0.02
HSL 228.35º 0.95% 0.71% -
HSV(B) 228.35º 0.55% 0.98% -
XYZ 33.33 28.88 95.08 -
YUV 143.7 188.55 105.39 -
System Red Green Blue C M Y K H S L
Decimal 112 139 251 0.55 0.45 0 0.02 228.35 0.95 0.71
Hex 70 8B FB 37 2D 0 2 E4 5F 47
Octal 160 213 373 67 55 0 2 344 137 107
Binary 1110000 10001011 11111011 110111 101101 0 10 11100100 1011111 1000111

Color Harmonies of #708BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BFB

Black with #708BFB

Text Example


Text Example

White with #708BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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