Html Css Color HEX #4DA5FF Cornflower Blue

📋 copy color: '#4DA5FF'

red 77 ◦ green 165 ◦ blue 255

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

Shades of Cornflower Blue #4DA5FF

Tints of Cornflower Blue #4DA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 15.49%
G = 33.2%
B = 51.31%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DA5FF (or 0x4DA5FF) is known color: Cornflower Blue. HEX triplet: 4D, A5 and FF. RGB value is (77,165,255). Sum of RGB (Red+Green+Blue) = 77+165+255=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DA5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA5FF is #B25A00. Grayscale: #949494. Windows color (decimal): -11688449 or 16753997. OLE color: 16753997.

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

Color convert

RGB 77 165 255 -
CMYK 0.70 0.35 0 0
HSL 210.34º 1% 0.65% -
HSV(B) 210.34º 0.7% 1% -
XYZ 34.57 35.71 99.68 -
YUV 148.95 187.85 76.68 -
System Red Green Blue C M Y K H S L
Decimal 77 165 255 0.70 0.35 0 0 210.34 1 0.65
Hex 4D A5 FF 46 23 0 0 D2 64 41
Octal 115 245 377 106 43 0 0 322 144 101
Binary 1001101 10100101 11111111 1000110 100011 0 0 11010010 1100100 1000001

Color Harmonies of #4DA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA5FF

Black with #4DA5FF

Text Example


Text Example

White with #4DA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,165,255); }

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

background-color css

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

 a { background-color: rgb(77,165,255); }

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

border-color css

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

 span { border-color: rgb(77,165,255); }

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