Html Css Color HEX #707FDD Cornflower Blue

📋 copy color: '#707FDD'

red 112 ◦ green 127 ◦ blue 221

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

Shades of Cornflower Blue #707FDD

Tints of Cornflower Blue #707FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 24.35%
G = 27.61%
B = 48.04%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707FDD (or 0x707FDD) is known color: Cornflower Blue. HEX triplet: 70, 7F and DD. RGB value is (112,127,221). Sum of RGB (Red+Green+Blue) = 112+127+221=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #707FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FDD is #8F8022. Grayscale: #848484. Windows color (decimal): -9404451 or 14516080. OLE color: 14516080.

HSL color Cylindrical-coordinate representation of color #707FDD: hue angle of 231.74º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707FDD is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 127 221 -
CMYK 0.49 0.43 0 0.13
HSL 231.74º 0.62% 0.65% -
HSV(B) 231.74º 0.49% 0.87% -
XYZ 27.32 23.84 71.57 -
YUV 133.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 112 127 221 0.49 0.43 0 0.13 231.74 0.62 0.65
Hex 70 7F DD 31 2B 0 D E8 3E 41
Octal 160 177 335 61 53 0 15 350 76 101
Binary 1110000 1111111 11011101 110001 101011 0 1101 11101000 111110 1000001

Color Harmonies of #707FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FDD

Black with #707FDD

Text Example


Text Example

White with #707FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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