Html Css Color HEX #708DEA Cornflower Blue

📋 copy color: '#708DEA'

red 112 ◦ green 141 ◦ blue 234

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

Shades of Cornflower Blue #708DEA

Tints of Cornflower Blue #708DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 23%
G = 28.95%
B = 48.05%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#708DEA (or 0x708DEA) is known color: Cornflower Blue. HEX triplet: 70, 8D and EA. RGB value is (112,141,234). Sum of RGB (Red+Green+Blue) = 112+141+234=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #708DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DEA is #8F7215. Grayscale: #8E8E8E. Windows color (decimal): -9400854 or 15371632. OLE color: 15371632.

HSL color Cylindrical-coordinate representation of color #708DEA: hue angle of 225.74º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708DEA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 141 234 -
CMYK 0.52 0.40 0 0.08
HSL 225.74º 0.74% 0.68% -
HSV(B) 225.74º 0.52% 0.92% -
XYZ 31.06 28.44 81.69 -
YUV 142.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 112 141 234 0.52 0.40 0 0.08 225.74 0.74 0.68
Hex 70 8D EA 34 28 0 8 E2 4A 44
Octal 160 215 352 64 50 0 10 342 112 104
Binary 1110000 10001101 11101010 110100 101000 0 1000 11100010 1001010 1000100

Color Harmonies of #708DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DEA

Black with #708DEA

Text Example


Text Example

White with #708DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,234); }

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

background-color css

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

 a { background-color: rgb(112,141,234); }

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

border-color css

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

 span { border-color: rgb(112,141,234); }

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