Html Css Color HEX #7083FB Cornflower Blue

📋 copy color: '#7083FB'

red 112 ◦ green 131 ◦ blue 251

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

Shades of Cornflower Blue #7083FB

Tints of Cornflower Blue #7083FB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 22.67%
G = 26.52%
B = 50.81%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7083FB (or 0x7083FB) is known color: Cornflower Blue. HEX triplet: 70, 83 and FB. RGB value is (112,131,251). Sum of RGB (Red+Green+Blue) = 112+131+251=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #7083FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7083FB is #8F7C04. Grayscale: #8A8A8A. Windows color (decimal): -9403397 or 16483184. OLE color: 16483184.

HSL color Cylindrical-coordinate representation of color #7083FB: hue angle of 231.8º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7083FB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 131 251 -
CMYK 0.55 0.48 0 0.02
HSL 231.8º 0.95% 0.71% -
HSV(B) 231.8º 0.55% 0.98% -
XYZ 32.21 26.64 94.71 -
YUV 139 191.21 108.74 -
System Red Green Blue C M Y K H S L
Decimal 112 131 251 0.55 0.48 0 0.02 231.8 0.95 0.71
Hex 70 83 FB 37 30 0 2 E8 5F 47
Octal 160 203 373 67 60 0 2 350 137 107
Binary 1110000 10000011 11111011 110111 110000 0 10 11101000 1011111 1000111

Color Harmonies of #7083FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083FB

Black with #7083FB

Text Example


Text Example

White with #7083FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7083FB; }

 p { color: rgb(112,131,251); }

 H1.HeaderClassName
 {
   color: #7083FB;
 }
 .AnyTagClassName
 {
   color: #7083FB;
 }
</style>

background-color css

<style>
 a { background-color: #7083FB; }

 a { background-color: rgb(112,131,251); }

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

border-color css

<style>
 span { border-color: #7083FB; }

 span { border-color: rgb(112,131,251); }

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