Html Css Color HEX #4B8DFC Cornflower Blue

📋 copy color: '#4B8DFC'

red 75 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #4B8DFC

Tints of Cornflower Blue #4B8DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 16.03%
G = 30.13%
B = 53.85%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4B8DFC (or 0x4B8DFC) is known color: Cornflower Blue. HEX triplet: 4B, 8D and FC. RGB value is (75,141,252). Sum of RGB (Red+Green+Blue) = 75+141+252=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B8DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8DFC is #B47203. Grayscale: #858585. Windows color (decimal): -11825668 or 16551243. OLE color: 16551243.

HSL color Cylindrical-coordinate representation of color #4B8DFC: hue angle of 217.63º degrees, saturation: 0.97, 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 #4B8DFC is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 141 252 -
CMYK 0.70 0.44 0 0.01
HSL 217.63º 0.97% 0.64% -
HSV(B) 217.63º 0.7% 0.99% -
XYZ 30 27.57 95.84 -
YUV 133.92 194.63 85.97 -
System Red Green Blue C M Y K H S L
Decimal 75 141 252 0.70 0.44 0 0.01 217.63 0.97 0.64
Hex 4B 8D FC 46 2C 0 1 DA 61 40
Octal 113 215 374 106 54 0 1 332 141 100
Binary 1001011 10001101 11111100 1000110 101100 0 1 11011010 1100001 1000000

Color Harmonies of #4B8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8DFC

Black with #4B8DFC

Text Example


Text Example

White with #4B8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,141,252); }

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

background-color css

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

 a { background-color: rgb(75,141,252); }

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

border-color css

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

 span { border-color: rgb(75,141,252); }

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