Html Css Color HEX #468DBC Curious Blue

📋 copy color: '#468DBC'

red 70 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #468DBC

Tints of Curious Blue #468DBC

RGB

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

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

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

R = 17.54%
G = 35.34%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#468DBC (or 0x468DBC) is known color: Curious Blue. HEX triplet: 46, 8D and BC. RGB value is (70,141,188). Sum of RGB (Red+Green+Blue) = 70+141+188=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #468DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBC is #B97243. Grayscale: #7C7C7C. Windows color (decimal): -12153412 or 12356934. OLE color: 12356934.

HSL color Cylindrical-coordinate representation of color #468DBC: hue angle of 203.9º 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 #468DBC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 141 188 -
CMYK 0.63 0.25 0 0.26
HSL 203.9º 0.47% 0.51% -
HSV(B) 203.9º 0.63% 0.74% -
XYZ 21.13 23.98 51.09 -
YUV 125.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 70 141 188 0.63 0.25 0 0.26 203.9 0.47 0.51
Hex 46 8D BC 3F 19 0 1A CC 2F 33
Octal 106 215 274 77 31 0 32 314 57 63
Binary 1000110 10001101 10111100 111111 11001 0 11010 11001100 101111 110011

Color Harmonies of #468DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DBC

Black with #468DBC

Text Example


Text Example

White with #468DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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