Html Css Color HEX #707FDB Cornflower Blue

📋 copy color: '#707FDB'

red 112 ◦ green 127 ◦ blue 219

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

Shades of Cornflower Blue #707FDB

Tints of Cornflower Blue #707FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 24.45%
G = 27.73%
B = 47.82%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#707FDB (or 0x707FDB) is known color: Cornflower Blue. HEX triplet: 70, 7F and DB. RGB value is (112,127,219). Sum of RGB (Red+Green+Blue) = 112+127+219=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #707FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FDB is #8F8024. Grayscale: #848484. Windows color (decimal): -9404453 or 14385008. OLE color: 14385008.

HSL color Cylindrical-coordinate representation of color #707FDB: hue angle of 231.59º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707FDB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 127 219 -
CMYK 0.49 0.42 0 0.14
HSL 231.59º 0.6% 0.65% -
HSV(B) 231.59º 0.49% 0.86% -
XYZ 27.06 23.74 70.17 -
YUV 133 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 112 127 219 0.49 0.42 0 0.14 231.59 0.6 0.65
Hex 70 7F DB 31 2A 0 E E8 3C 41
Octal 160 177 333 61 52 0 16 350 74 101
Binary 1110000 1111111 11011011 110001 101010 0 1110 11101000 111100 1000001

Color Harmonies of #707FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FDB

Black with #707FDB

Text Example


Text Example

White with #707FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707FDB; }

 p { color: rgb(112,127,219); }

 H1.HeaderClassName
 {
   color: #707FDB;
 }
 .AnyTagClassName
 {
   color: #707FDB;
 }
</style>

background-color css

<style>
 a { background-color: #707FDB; }

 a { background-color: rgb(112,127,219); }

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

border-color css

<style>
 span { border-color: #707FDB; }

 span { border-color: rgb(112,127,219); }

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