Html Css Color HEX #4CA5FE Cornflower Blue

📋 copy color: '#4CA5FE'

red 76 ◦ green 165 ◦ blue 254

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

Shades of Cornflower Blue #4CA5FE

Tints of Cornflower Blue #4CA5FE

RGB

 RED value IS 76 (30.08% from 255) = 15.35%

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

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

R = 15.35%
G = 33.33%
B = 51.31%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CA5FE (or 0x4CA5FE) is known color: Cornflower Blue. HEX triplet: 4C, A5 and FE. RGB value is (76,165,254). Sum of RGB (Red+Green+Blue) = 76+165+254=495 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.35% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CA5FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA5FE is #B35A01. Grayscale: #949494. Windows color (decimal): -11753986 or 16688460. OLE color: 16688460.

HSL color Cylindrical-coordinate representation of color #4CA5FE: hue angle of 210º 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 #4CA5FE is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 165 254 -
CMYK 0.70 0.35 0 0.00
HSL 210º 0.99% 0.65% -
HSV(B) 210º 0.7% 1% -
XYZ 34.33 35.6 98.83 -
YUV 148.54 187.51 76.26 -
System Red Green Blue C M Y K H S L
Decimal 76 165 254 0.70 0.35 0 0.00 210 0.99 0.65
Hex 4C A5 FE 46 23 0 0 D2 63 41
Octal 114 245 376 106 43 0 0 322 143 101
Binary 1001100 10100101 11111110 1000110 100011 0 0 11010010 1100011 1000001

Color Harmonies of #4CA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA5FE

Black with #4CA5FE

Text Example


Text Example

White with #4CA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,165,254); }

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

background-color css

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

 a { background-color: rgb(76,165,254); }

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

border-color css

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

 span { border-color: rgb(76,165,254); }

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