Html Css Color HEX #468FEF Cornflower Blue

📋 copy color: '#468FEF'

red 70 ◦ green 143 ◦ blue 239

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

Shades of Cornflower Blue #468FEF

Tints of Cornflower Blue #468FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 15.49%
G = 31.64%
B = 52.88%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#468FEF (or 0x468FEF) is known color: Cornflower Blue. HEX triplet: 46, 8F and EF. RGB value is (70,143,239). Sum of RGB (Red+Green+Blue) = 70+143+239=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #468FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FEF is #B97010. Grayscale: #838383. Windows color (decimal): -12152849 or 15699782. OLE color: 15699782.

HSL color Cylindrical-coordinate representation of color #468FEF: hue angle of 214.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #468FEF is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 143 239 -
CMYK 0.71 0.40 0 0.06
HSL 214.08º 0.84% 0.61% -
HSV(B) 214.08º 0.71% 0.94% -
XYZ 27.93 27.18 85.44 -
YUV 132.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 70 143 239 0.71 0.40 0 0.06 214.08 0.84 0.61
Hex 46 8F EF 47 28 0 6 D6 54 3D
Octal 106 217 357 107 50 0 6 326 124 75
Binary 1000110 10001111 11101111 1000111 101000 0 110 11010110 1010100 111101

Color Harmonies of #468FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FEF

Black with #468FEF

Text Example


Text Example

White with #468FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,143,239); }

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

background-color css

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

 a { background-color: rgb(70,143,239); }

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

border-color css

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

 span { border-color: rgb(70,143,239); }

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