Html Css Color HEX #4AA2FD Cornflower Blue

📋 copy color: '#4AA2FD'

red 74 ◦ green 162 ◦ blue 253

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

Shades of Cornflower Blue #4AA2FD

Tints of Cornflower Blue #4AA2FD

RGB

 RED value IS 74 (29.3% from 255) = 15.13%

 GREEN value IS 162 (63.67% from 255) = 33.13%

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

R = 15.13%
G = 33.13%
B = 51.74%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4AA2FD (or 0x4AA2FD) is known color: Cornflower Blue. HEX triplet: 4A, A2 and FD. RGB value is (74,162,253). Sum of RGB (Red+Green+Blue) = 74+162+253=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AA2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA2FD is #B55D02. Grayscale: #919191. Windows color (decimal): -11885827 or 16622154. OLE color: 16622154.

HSL color Cylindrical-coordinate representation of color #4AA2FD: hue angle of 210.5º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AA2FD is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 162 253 -
CMYK 0.71 0.36 0 0.01
HSL 210.5º 0.98% 0.64% -
HSV(B) 210.5º 0.71% 0.99% -
XYZ 33.47 34.39 97.8 -
YUV 146.06 188.35 76.6 -
System Red Green Blue C M Y K H S L
Decimal 74 162 253 0.71 0.36 0 0.01 210.5 0.98 0.64
Hex 4A A2 FD 47 24 0 1 D3 62 40
Octal 112 242 375 107 44 0 1 323 142 100
Binary 1001010 10100010 11111101 1000111 100100 0 1 11010011 1100010 1000000

Color Harmonies of #4AA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA2FD

Black with #4AA2FD

Text Example


Text Example

White with #4AA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,162,253); }

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

background-color css

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

 a { background-color: rgb(74,162,253); }

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

border-color css

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

 span { border-color: rgb(74,162,253); }

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