Html Css Color HEX #708BFD Cornflower Blue

📋 copy color: '#708BFD'

red 112 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #708BFD

Tints of Cornflower Blue #708BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 22.22%
G = 27.58%
B = 50.2%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#708BFD (or 0x708BFD) is known color: Cornflower Blue. HEX triplet: 70, 8B and FD. RGB value is (112,139,253). Sum of RGB (Red+Green+Blue) = 112+139+253=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #708BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BFD is #8F7402. Grayscale: #8F8F8F. Windows color (decimal): -9401347 or 16616304. OLE color: 16616304.

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

Color convert

RGB 112 139 253 -
CMYK 0.56 0.45 0 0.01
HSL 228.51º 0.97% 0.72% -
HSV(B) 228.51º 0.56% 0.99% -
XYZ 33.64 29 96.75 -
YUV 143.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 112 139 253 0.56 0.45 0 0.01 228.51 0.97 0.72
Hex 70 8B FD 38 2D 0 1 E5 61 48
Octal 160 213 375 70 55 0 1 345 141 110
Binary 1110000 10001011 11111101 111000 101101 0 1 11100101 1100001 1001000

Color Harmonies of #708BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BFD

Black with #708BFD

Text Example


Text Example

White with #708BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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