Html Css Color HEX #708EEA Cornflower Blue

📋 copy color: '#708EEA'

red 112 ◦ green 142 ◦ blue 234

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

Shades of Cornflower Blue #708EEA

Tints of Cornflower Blue #708EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.1%

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

R = 22.95%
G = 29.1%
B = 47.95%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#708EEA (or 0x708EEA) is known color: Cornflower Blue. HEX triplet: 70, 8E and EA. RGB value is (112,142,234). Sum of RGB (Red+Green+Blue) = 112+142+234=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #708EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EEA is #8F7115. Grayscale: #8F8F8F. Windows color (decimal): -9400598 or 15371888. OLE color: 15371888.

HSL color Cylindrical-coordinate representation of color #708EEA: hue angle of 225.25º 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 #708EEA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 142 234 -
CMYK 0.52 0.39 0 0.08
HSL 225.25º 0.74% 0.68% -
HSV(B) 225.25º 0.52% 0.92% -
XYZ 31.21 28.73 81.74 -
YUV 143.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 112 142 234 0.52 0.39 0 0.08 225.25 0.74 0.68
Hex 70 8E EA 34 27 0 8 E1 4A 44
Octal 160 216 352 64 47 0 10 341 112 104
Binary 1110000 10001110 11101010 110100 100111 0 1000 11100001 1001010 1000100

Color Harmonies of #708EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EEA

Black with #708EEA

Text Example


Text Example

White with #708EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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