Html Css Color HEX #6282EB Cornflower Blue

📋 copy color: '#6282EB'

red 98 ◦ green 130 ◦ blue 235

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

Shades of Cornflower Blue #6282EB

Tints of Cornflower Blue #6282EB

RGB

 RED value IS 98 (38.67% from 255) = 21.17%

 GREEN value IS 130 (51.17% from 255) = 28.08%

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 21.17%
G = 28.08%
B = 50.76%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6282EB (or 0x6282EB) is known color: Cornflower Blue. HEX triplet: 62, 82 and EB. RGB value is (98,130,235). Sum of RGB (Red+Green+Blue) = 98+130+235=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #6282EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6282EB is #9D7D14. Grayscale: #838383. Windows color (decimal): -10321173 or 15434338. OLE color: 15434338.

HSL color Cylindrical-coordinate representation of color #6282EB: hue angle of 225.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6282EB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 130 235 -
CMYK 0.58 0.45 0 0.08
HSL 225.99º 0.77% 0.65% -
HSV(B) 225.99º 0.58% 0.92% -
XYZ 28.02 24.56 81.86 -
YUV 132.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 98 130 235 0.58 0.45 0 0.08 225.99 0.77 0.65
Hex 62 82 EB 3A 2D 0 8 E2 4D 41
Octal 142 202 353 72 55 0 10 342 115 101
Binary 1100010 10000010 11101011 111010 101101 0 1000 11100010 1001101 1000001

Color Harmonies of #6282EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6282EB

Black with #6282EB

Text Example


Text Example

White with #6282EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6282EB; }

 p { color: rgb(98,130,235); }

 H1.HeaderClassName
 {
   color: #6282EB;
 }
 .AnyTagClassName
 {
   color: #6282EB;
 }
</style>

background-color css

<style>
 a { background-color: #6282EB; }

 a { background-color: rgb(98,130,235); }

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

border-color css

<style>
 span { border-color: #6282EB; }

 span { border-color: rgb(98,130,235); }

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