Html Css Color HEX #6388EB Cornflower Blue

📋 copy color: '#6388EB'

red 99 ◦ green 136 ◦ blue 235

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

Shades of Cornflower Blue #6388EB

Tints of Cornflower Blue #6388EB

RGB

 RED value IS 99 (39.06% from 255) = 21.06%

 GREEN value IS 136 (53.52% from 255) = 28.94%

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

R = 21.06%
G = 28.94%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6388EB (or 0x6388EB) is known color: Cornflower Blue. HEX triplet: 63, 88 and EB. RGB value is (99,136,235). Sum of RGB (Red+Green+Blue) = 99+136+235=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #6388EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6388EB is #9C7714. Grayscale: #878787. Windows color (decimal): -10254101 or 15435875. OLE color: 15435875.

HSL color Cylindrical-coordinate representation of color #6388EB: hue angle of 223.68º 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 #6388EB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 136 235 -
CMYK 0.58 0.42 0 0.08
HSL 223.68º 0.77% 0.65% -
HSV(B) 223.68º 0.58% 0.92% -
XYZ 28.95 26.26 82.14 -
YUV 136.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 99 136 235 0.58 0.42 0 0.08 223.68 0.77 0.65
Hex 63 88 EB 3A 2A 0 8 E0 4D 41
Octal 143 210 353 72 52 0 10 340 115 101
Binary 1100011 10001000 11101011 111010 101010 0 1000 11100000 1001101 1000001

Color Harmonies of #6388EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388EB

Black with #6388EB

Text Example


Text Example

White with #6388EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,136,235); }

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

background-color css

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

 a { background-color: rgb(99,136,235); }

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

border-color css

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

 span { border-color: rgb(99,136,235); }

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