Html Css Color HEX #707FDA Cornflower Blue

📋 copy color: '#707FDA'

red 112 ◦ green 127 ◦ blue 218

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

Shades of Cornflower Blue #707FDA

Tints of Cornflower Blue #707FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 24.51%
G = 27.79%
B = 47.7%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#707FDA (or 0x707FDA) is known color: Cornflower Blue. HEX triplet: 70, 7F and DA. RGB value is (112,127,218). Sum of RGB (Red+Green+Blue) = 112+127+218=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #707FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FDA is #8F8025. Grayscale: #848484. Windows color (decimal): -9404454 or 14319472. OLE color: 14319472.

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

Color convert

RGB 112 127 218 -
CMYK 0.49 0.42 0 0.15
HSL 231.51º 0.59% 0.65% -
HSV(B) 231.51º 0.49% 0.85% -
XYZ 26.93 23.69 69.48 -
YUV 132.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 112 127 218 0.49 0.42 0 0.15 231.51 0.59 0.65
Hex 70 7F DA 31 2A 0 F E8 3B 41
Octal 160 177 332 61 52 0 17 350 73 101
Binary 1110000 1111111 11011010 110001 101010 0 1111 11101000 111011 1000001

Color Harmonies of #707FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FDA

Black with #707FDA

Text Example


Text Example

White with #707FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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