Html Css Color HEX #708BFF Cornflower Blue

📋 copy color: '#708BFF'

red 112 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #708BFF

Tints of Cornflower Blue #708BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 22.13%
G = 27.47%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#708BFF (or 0x708BFF) is known color: Cornflower Blue. HEX triplet: 70, 8B and FF. RGB value is (112,139,255). Sum of RGB (Red+Green+Blue) = 112+139+255=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #708BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BFF is #8F7400. Grayscale: #8F8F8F. Windows color (decimal): -9401345 or 16747376. OLE color: 16747376.

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

Color convert

RGB 112 139 255 -
CMYK 0.56 0.45 0 0
HSL 228.67º 1% 0.72% -
HSV(B) 228.67º 0.56% 1% -
XYZ 33.96 29.13 98.44 -
YUV 144.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 112 139 255 0.56 0.45 0 0 228.67 1 0.72
Hex 70 8B FF 38 2D 0 0 E5 64 48
Octal 160 213 377 70 55 0 0 345 144 110
Binary 1110000 10001011 11111111 111000 101101 0 0 11100101 1100100 1001000

Color Harmonies of #708BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BFF

Black with #708BFF

Text Example


Text Example

White with #708BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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