Html Css Color HEX #468CB9 Curious Blue

📋 copy color: '#468CB9'

red 70 ◦ green 140 ◦ blue 185

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

Shades of Curious Blue #468CB9

Tints of Curious Blue #468CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 17.72%
G = 35.44%
B = 46.84%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#468CB9 (or 0x468CB9) is known color: Curious Blue. HEX triplet: 46, 8C and B9. RGB value is (70,140,185). Sum of RGB (Red+Green+Blue) = 70+140+185=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #468CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CB9 is #B97346. Grayscale: #7B7B7B. Windows color (decimal): -12153671 or 12160070. OLE color: 12160070.

HSL color Cylindrical-coordinate representation of color #468CB9: hue angle of 203.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468CB9 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 140 185 -
CMYK 0.62 0.24 0 0.27
HSL 203.48º 0.45% 0.5% -
HSV(B) 203.48º 0.62% 0.73% -
XYZ 20.66 23.56 49.36 -
YUV 124.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 70 140 185 0.62 0.24 0 0.27 203.48 0.45 0.5
Hex 46 8C B9 3E 18 0 1B CB 2D 32
Octal 106 214 271 76 30 0 33 313 55 62
Binary 1000110 10001100 10111001 111110 11000 0 11011 11001011 101101 110010

Color Harmonies of #468CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CB9

Black with #468CB9

Text Example


Text Example

White with #468CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,140,185); }

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

background-color css

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

 a { background-color: rgb(70,140,185); }

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

border-color css

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

 span { border-color: rgb(70,140,185); }

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