Html Css Color HEX #4493FF Cornflower Blue

📋 copy color: '#4493FF'

red 68 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #4493FF

Tints of Cornflower Blue #4493FF

RGB

 RED value IS 68 (26.95% from 255) = 14.47%

 GREEN value IS 147 (57.81% from 255) = 31.28%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 14.47%
G = 31.28%
B = 54.26%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4493FF (or 0x4493FF) is known color: Cornflower Blue. HEX triplet: 44, 93 and FF. RGB value is (68,147,255). Sum of RGB (Red+Green+Blue) = 68+147+255=470 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.47% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #4493FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4493FF is #BB6C00. Grayscale: #878787. Windows color (decimal): -12282881 or 16749380. OLE color: 16749380.

HSL color Cylindrical-coordinate representation of color #4493FF: hue angle of 214.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4493FF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 147 255 -
CMYK 0.73 0.42 0 0
HSL 214.65º 1% 0.63% -
HSV(B) 214.65º 0.73% 1% -
XYZ 30.87 29.32 98.64 -
YUV 135.69 195.33 79.72 -
System Red Green Blue C M Y K H S L
Decimal 68 147 255 0.73 0.42 0 0 214.65 1 0.63
Hex 44 93 FF 49 2A 0 0 D7 64 3F
Octal 104 223 377 111 52 0 0 327 144 77
Binary 1000100 10010011 11111111 1001001 101010 0 0 11010111 1100100 111111

Color Harmonies of #4493FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4493FF

Black with #4493FF

Text Example


Text Example

White with #4493FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4493FF; }

 p { color: rgb(68,147,255); }

 H1.HeaderClassName
 {
   color: #4493FF;
 }
 .AnyTagClassName
 {
   color: #4493FF;
 }
</style>

background-color css

<style>
 a { background-color: #4493FF; }

 a { background-color: rgb(68,147,255); }

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

border-color css

<style>
 span { border-color: #4493FF; }

 span { border-color: rgb(68,147,255); }

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