Html Css Color HEX #468EBC Curious Blue

📋 copy color: '#468EBC'

red 70 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #468EBC

Tints of Curious Blue #468EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 188 (73.83% from 255) = 47%

R = 17.5%
G = 35.5%
B = 47%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#468EBC (or 0x468EBC) is known color: Curious Blue. HEX triplet: 46, 8E and BC. RGB value is (70,142,188). Sum of RGB (Red+Green+Blue) = 70+142+188=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #468EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EBC is #B97143. Grayscale: #7D7D7D. Windows color (decimal): -12153156 or 12357190. OLE color: 12357190.

HSL color Cylindrical-coordinate representation of color #468EBC: hue angle of 203.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468EBC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 142 188 -
CMYK 0.63 0.24 0 0.26
HSL 203.39º 0.47% 0.51% -
HSV(B) 203.39º 0.63% 0.74% -
XYZ 21.28 24.28 51.14 -
YUV 125.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 70 142 188 0.63 0.24 0 0.26 203.39 0.47 0.51
Hex 46 8E BC 3F 18 0 1A CB 2F 33
Octal 106 216 274 77 30 0 32 313 57 63
Binary 1000110 10001110 10111100 111111 11000 0 11010 11001011 101111 110011

Color Harmonies of #468EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EBC

Black with #468EBC

Text Example


Text Example

White with #468EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,142,188); }

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

background-color css

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

 a { background-color: rgb(70,142,188); }

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

border-color css

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

 span { border-color: rgb(70,142,188); }

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