Html Css Color HEX #4494FA Cornflower Blue

📋 copy color: '#4494FA'

red 68 ◦ green 148 ◦ blue 250

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

Shades of Cornflower Blue #4494FA

Tints of Cornflower Blue #4494FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

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

R = 14.59%
G = 31.76%
B = 53.65%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4494FA (or 0x4494FA) is known color: Cornflower Blue. HEX triplet: 44, 94 and FA. RGB value is (68,148,250). Sum of RGB (Red+Green+Blue) = 68+148+250=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #4494FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4494FA is #BB6B05. Grayscale: #878787. Windows color (decimal): -12282630 or 16421956. OLE color: 16421956.

HSL color Cylindrical-coordinate representation of color #4494FA: hue angle of 213.63º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4494FA is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 148 250 -
CMYK 0.73 0.41 0 0.02
HSL 213.63º 0.95% 0.62% -
HSV(B) 213.63º 0.73% 0.98% -
XYZ 30.23 29.31 94.51 -
YUV 135.71 192.5 79.71 -
System Red Green Blue C M Y K H S L
Decimal 68 148 250 0.73 0.41 0 0.02 213.63 0.95 0.62
Hex 44 94 FA 49 29 0 2 D6 5F 3E
Octal 104 224 372 111 51 0 2 326 137 76
Binary 1000100 10010100 11111010 1001001 101001 0 10 11010110 1011111 111110

Color Harmonies of #4494FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4494FA

Black with #4494FA

Text Example


Text Example

White with #4494FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,148,250); }

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

background-color css

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

 a { background-color: rgb(68,148,250); }

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

border-color css

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

 span { border-color: rgb(68,148,250); }

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