Html Css Color HEX #4492FB Cornflower Blue

📋 copy color: '#4492FB'

red 68 ◦ green 146 ◦ blue 251

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

Shades of Cornflower Blue #4492FB

Tints of Cornflower Blue #4492FB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

 BLUE value IS 251 (98.44% from 255) = 53.98%

R = 14.62%
G = 31.4%
B = 53.98%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4492FB (or 0x4492FB) is known color: Cornflower Blue. HEX triplet: 44, 92 and FB. RGB value is (68,146,251). Sum of RGB (Red+Green+Blue) = 68+146+251=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #4492FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4492FB is #BB6D04. Grayscale: #868686. Windows color (decimal): -12283141 or 16486980. OLE color: 16486980.

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

Color convert

RGB 68 146 251 -
CMYK 0.73 0.42 0 0.02
HSL 214.43º 0.96% 0.63% -
HSV(B) 214.43º 0.73% 0.98% -
XYZ 30.08 28.75 95.23 -
YUV 134.65 193.66 80.46 -
System Red Green Blue C M Y K H S L
Decimal 68 146 251 0.73 0.42 0 0.02 214.43 0.96 0.63
Hex 44 92 FB 49 2A 0 2 D6 60 3F
Octal 104 222 373 111 52 0 2 326 140 77
Binary 1000100 10010010 11111011 1001001 101010 0 10 11010110 1100000 111111

Color Harmonies of #4492FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4492FB

Black with #4492FB

Text Example


Text Example

White with #4492FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4492FB; }

 p { color: rgb(68,146,251); }

 H1.HeaderClassName
 {
   color: #4492FB;
 }
 .AnyTagClassName
 {
   color: #4492FB;
 }
</style>

background-color css

<style>
 a { background-color: #4492FB; }

 a { background-color: rgb(68,146,251); }

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

border-color css

<style>
 span { border-color: #4492FB; }

 span { border-color: rgb(68,146,251); }

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