Html Css Color HEX #4DA1FE Cornflower Blue

📋 copy color: '#4DA1FE'

red 77 ◦ green 161 ◦ blue 254

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

Shades of Cornflower Blue #4DA1FE

Tints of Cornflower Blue #4DA1FE

RGB

 RED value IS 77 (30.47% from 255) = 15.65%

 GREEN value IS 161 (63.28% from 255) = 32.72%

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

R = 15.65%
G = 32.72%
B = 51.63%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DA1FE (or 0x4DA1FE) is known color: Cornflower Blue. HEX triplet: 4D, A1 and FE. RGB value is (77,161,254). Sum of RGB (Red+Green+Blue) = 77+161+254=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DA1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA1FE is #B25E01. Grayscale: #929292. Windows color (decimal): -11689474 or 16687437. OLE color: 16687437.

HSL color Cylindrical-coordinate representation of color #4DA1FE: hue angle of 211.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DA1FE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 161 254 -
CMYK 0.70 0.37 0 0.00
HSL 211.53º 0.99% 0.65% -
HSV(B) 211.53º 0.7% 1% -
XYZ 33.69 34.22 98.6 -
YUV 146.49 188.67 78.44 -
System Red Green Blue C M Y K H S L
Decimal 77 161 254 0.70 0.37 0 0.00 211.53 0.99 0.65
Hex 4D A1 FE 46 25 0 0 D4 63 41
Octal 115 241 376 106 45 0 0 324 143 101
Binary 1001101 10100001 11111110 1000110 100101 0 0 11010100 1100011 1000001

Color Harmonies of #4DA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA1FE

Black with #4DA1FE

Text Example


Text Example

White with #4DA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DA1FE; }

 p { color: rgb(77,161,254); }

 H1.HeaderClassName
 {
   color: #4DA1FE;
 }
 .AnyTagClassName
 {
   color: #4DA1FE;
 }
</style>

background-color css

<style>
 a { background-color: #4DA1FE; }

 a { background-color: rgb(77,161,254); }

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

border-color css

<style>
 span { border-color: #4DA1FE; }

 span { border-color: rgb(77,161,254); }

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