Html Css Color HEX #468DFC Cornflower Blue

📋 copy color: '#468DFC'

red 70 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #468DFC

Tints of Cornflower Blue #468DFC

RGB

 RED value IS 70 (27.73% from 255) = 15.12%

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

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

R = 15.12%
G = 30.45%
B = 54.43%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#468DFC (or 0x468DFC) is known color: Cornflower Blue. HEX triplet: 46, 8D and FC. RGB value is (70,141,252). Sum of RGB (Red+Green+Blue) = 70+141+252=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #468DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468DFC is #B97203. Grayscale: #838383. Windows color (decimal): -12153348 or 16551238. OLE color: 16551238.

HSL color Cylindrical-coordinate representation of color #468DFC: hue angle of 216.59º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468DFC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 141 252 -
CMYK 0.72 0.44 0 0.01
HSL 216.59º 0.97% 0.63% -
HSV(B) 216.59º 0.72% 0.99% -
XYZ 29.62 27.38 95.82 -
YUV 132.43 195.48 83.47 -
System Red Green Blue C M Y K H S L
Decimal 70 141 252 0.72 0.44 0 0.01 216.59 0.97 0.63
Hex 46 8D FC 48 2C 0 1 D9 61 3F
Octal 106 215 374 110 54 0 1 331 141 77
Binary 1000110 10001101 11111100 1001000 101100 0 1 11011001 1100001 111111

Color Harmonies of #468DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DFC

Black with #468DFC

Text Example


Text Example

White with #468DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468DFC; }

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

 H1.HeaderClassName
 {
   color: #468DFC;
 }
 .AnyTagClassName
 {
   color: #468DFC;
 }
</style>

background-color css

<style>
 a { background-color: #468DFC; }

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

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

border-color css

<style>
 span { border-color: #468DFC; }

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

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