Html Css Color HEX #4698FD Cornflower Blue

📋 copy color: '#4698FD'

red 70 ◦ green 152 ◦ blue 253

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

Shades of Cornflower Blue #4698FD

Tints of Cornflower Blue #4698FD

RGB

 RED value IS 70 (27.73% from 255) = 14.74%

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

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

R = 14.74%
G = 32%
B = 53.26%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4698FD (or 0x4698FD) is known color: Cornflower Blue. HEX triplet: 46, 98 and FD. RGB value is (70,152,253). Sum of RGB (Red+Green+Blue) = 70+152+253=475 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.74% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #4698FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4698FD is #B96702. Grayscale: #8A8A8A. Windows color (decimal): -12150531 or 16619590. OLE color: 16619590.

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

Color convert

RGB 70 152 253 -
CMYK 0.72 0.40 0 0.01
HSL 213.11º 0.98% 0.63% -
HSV(B) 213.11º 0.72% 0.99% -
XYZ 31.48 30.85 97.22 -
YUV 139 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 70 152 253 0.72 0.40 0 0.01 213.11 0.98 0.63
Hex 46 98 FD 48 28 0 1 D5 62 3F
Octal 106 230 375 110 50 0 1 325 142 77
Binary 1000110 10011000 11111101 1001000 101000 0 1 11010101 1100010 111111

Color Harmonies of #4698FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4698FD

Black with #4698FD

Text Example


Text Example

White with #4698FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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