Html Css Color HEX #7283FA Cornflower Blue

📋 copy color: '#7283FA'

red 114 ◦ green 131 ◦ blue 250

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

Shades of Cornflower Blue #7283FA

Tints of Cornflower Blue #7283FA

RGB

 RED value IS 114 (44.92% from 255) = 23.03%

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 23.03%
G = 26.46%
B = 50.51%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7283FA (or 0x7283FA) is known color: Cornflower Blue. HEX triplet: 72, 83 and FA. RGB value is (114,131,250). Sum of RGB (Red+Green+Blue) = 114+131+250=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #7283FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7283FA is #8D7C05. Grayscale: #8A8A8A. Windows color (decimal): -9272326 or 16417650. OLE color: 16417650.

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

Color convert

RGB 114 131 250 -
CMYK 0.54 0.48 0 0.02
HSL 232.5º 0.93% 0.71% -
HSV(B) 232.5º 0.54% 0.98% -
XYZ 32.31 26.71 93.9 -
YUV 139.48 190.37 109.82 -
System Red Green Blue C M Y K H S L
Decimal 114 131 250 0.54 0.48 0 0.02 232.5 0.93 0.71
Hex 72 83 FA 36 30 0 2 E8 5D 47
Octal 162 203 372 66 60 0 2 350 135 107
Binary 1110010 10000011 11111010 110110 110000 0 10 11101000 1011101 1000111

Color Harmonies of #7283FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7283FA

Black with #7283FA

Text Example


Text Example

White with #7283FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7283FA; }

 p { color: rgb(114,131,250); }

 H1.HeaderClassName
 {
   color: #7283FA;
 }
 .AnyTagClassName
 {
   color: #7283FA;
 }
</style>

background-color css

<style>
 a { background-color: #7283FA; }

 a { background-color: rgb(114,131,250); }

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

border-color css

<style>
 span { border-color: #7283FA; }

 span { border-color: rgb(114,131,250); }

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