Html Css Color HEX #4B8CFA Cornflower Blue

📋 copy color: '#4B8CFA'

red 75 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #4B8CFA

Tints of Cornflower Blue #4B8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 16.13%
G = 30.11%
B = 53.76%

CMYK

 C value IS 0.7

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B8CFA (or 0x4B8CFA) is known color: Cornflower Blue. HEX triplet: 4B, 8C and FA. RGB value is (75,140,250). Sum of RGB (Red+Green+Blue) = 75+140+250=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B8CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8CFA is #B47305. Grayscale: #848484. Windows color (decimal): -11825926 or 16419915. OLE color: 16419915.

HSL color Cylindrical-coordinate representation of color #4B8CFA: hue angle of 217.71º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B8CFA is Cyan = 0.7, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 140 250 -
CMYK 0.7 0.44 0 0.02
HSL 217.71º 0.95% 0.64% -
HSV(B) 217.71º 0.7% 0.98% -
XYZ 29.54 27.15 94.13 -
YUV 133.11 193.97 86.56 -
System Red Green Blue C M Y K H S L
Decimal 75 140 250 0.7 0.44 0 0.02 217.71 0.95 0.64
Hex 4B 8C FA 46 2C 0 2 DA 5F 40
Octal 113 214 372 106 54 0 2 332 137 100
Binary 1001011 10001100 11111010 1000110 101100 0 10 11011010 1011111 1000000

Color Harmonies of #4B8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8CFA

Black with #4B8CFA

Text Example


Text Example

White with #4B8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,140,250); }

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

background-color css

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

 a { background-color: rgb(75,140,250); }

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

border-color css

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

 span { border-color: rgb(75,140,250); }

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