Html Css Color HEX #4998FD Cornflower Blue

📋 copy color: '#4998FD'

red 73 ◦ green 152 ◦ blue 253

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

Shades of Cornflower Blue #4998FD

Tints of Cornflower Blue #4998FD

RGB

 RED value IS 73 (28.91% from 255) = 15.27%

 GREEN value IS 152 (59.77% from 255) = 31.8%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 15.27%
G = 31.8%
B = 52.93%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4998FD (or 0x4998FD) is known color: Cornflower Blue. HEX triplet: 49, 98 and FD. RGB value is (73,152,253). Sum of RGB (Red+Green+Blue) = 73+152+253=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #4998FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4998FD is #B66702. Grayscale: #8B8B8B. Windows color (decimal): -11953923 or 16619593. OLE color: 16619593.

HSL color Cylindrical-coordinate representation of color #4998FD: hue angle of 213.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4998FD is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 152 253 -
CMYK 0.71 0.40 0 0.01
HSL 213.67º 0.98% 0.64% -
HSV(B) 213.67º 0.71% 0.99% -
XYZ 31.71 30.96 97.23 -
YUV 139.89 191.83 80.29 -
System Red Green Blue C M Y K H S L
Decimal 73 152 253 0.71 0.40 0 0.01 213.67 0.98 0.64
Hex 49 98 FD 47 28 0 1 D6 62 40
Octal 111 230 375 107 50 0 1 326 142 100
Binary 1001001 10011000 11111101 1000111 101000 0 1 11010110 1100010 1000000

Color Harmonies of #4998FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4998FD

Black with #4998FD

Text Example


Text Example

White with #4998FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4998FD; }

 p { color: rgb(73,152,253); }

 H1.HeaderClassName
 {
   color: #4998FD;
 }
 .AnyTagClassName
 {
   color: #4998FD;
 }
</style>

background-color css

<style>
 a { background-color: #4998FD; }

 a { background-color: rgb(73,152,253); }

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

border-color css

<style>
 span { border-color: #4998FD; }

 span { border-color: rgb(73,152,253); }

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