Html Css Color HEX #4498FE Cornflower Blue

📋 copy color: '#4498FE'

red 68 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #4498FE

Tints of Cornflower Blue #4498FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 14.35%
G = 32.07%
B = 53.59%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4498FE (or 0x4498FE) is known color: Cornflower Blue. HEX triplet: 44, 98 and FE. RGB value is (68,152,254). Sum of RGB (Red+Green+Blue) = 68+152+254=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #4498FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4498FE is #BB6701. Grayscale: #8A8A8A. Windows color (decimal): -12281602 or 16685124. OLE color: 16685124.

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

Color convert

RGB 68 152 254 -
CMYK 0.73 0.40 0 0.00
HSL 212.9º 0.99% 0.63% -
HSV(B) 212.9º 0.73% 1% -
XYZ 31.5 30.84 98.06 -
YUV 138.51 193.17 77.71 -
System Red Green Blue C M Y K H S L
Decimal 68 152 254 0.73 0.40 0 0.00 212.9 0.99 0.63
Hex 44 98 FE 49 28 0 0 D5 63 3F
Octal 104 230 376 111 50 0 0 325 143 77
Binary 1000100 10011000 11111110 1001001 101000 0 0 11010101 1100011 111111

Color Harmonies of #4498FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4498FE

Black with #4498FE

Text Example


Text Example

White with #4498FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4498FE; }

 p { color: rgb(68,152,254); }

 H1.HeaderClassName
 {
   color: #4498FE;
 }
 .AnyTagClassName
 {
   color: #4498FE;
 }
</style>

background-color css

<style>
 a { background-color: #4498FE; }

 a { background-color: rgb(68,152,254); }

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

border-color css

<style>
 span { border-color: #4498FE; }

 span { border-color: rgb(68,152,254); }

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