Html Css Color HEX #4BAAFD Cornflower Blue

📋 copy color: '#4BAAFD'

red 75 ◦ green 170 ◦ blue 253

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

Shades of Cornflower Blue #4BAAFD

Tints of Cornflower Blue #4BAAFD

RGB

 RED value IS 75 (29.69% from 255) = 15.06%

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 15.06%
G = 34.14%
B = 50.8%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BAAFD (or 0x4BAAFD) is known color: Cornflower Blue. HEX triplet: 4B, AA and FD. RGB value is (75,170,253). Sum of RGB (Red+Green+Blue) = 75+170+253=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAAFD is #B45502. Grayscale: #969696. Windows color (decimal): -11818243 or 16624203. OLE color: 16624203.

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

Color convert

RGB 75 170 253 -
CMYK 0.70 0.33 0 0.01
HSL 207.98º 0.98% 0.64% -
HSV(B) 207.98º 0.7% 0.99% -
XYZ 35.01 37.34 98.29 -
YUV 151.06 185.53 73.75 -
System Red Green Blue C M Y K H S L
Decimal 75 170 253 0.70 0.33 0 0.01 207.98 0.98 0.64
Hex 4B AA FD 46 21 0 1 D0 62 40
Octal 113 252 375 106 41 0 1 320 142 100
Binary 1001011 10101010 11111101 1000110 100001 0 1 11010000 1100010 1000000

Color Harmonies of #4BAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAAFD

Black with #4BAAFD

Text Example


Text Example

White with #4BAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,170,253); }

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

background-color css

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

 a { background-color: rgb(75,170,253); }

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

border-color css

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

 span { border-color: rgb(75,170,253); }

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