Html Css Color HEX #468CBB Curious Blue

📋 copy color: '#468CBB'

red 70 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #468CBB

Tints of Curious Blue #468CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 17.63%
G = 35.26%
B = 47.1%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#468CBB (or 0x468CBB) is known color: Curious Blue. HEX triplet: 46, 8C and BB. RGB value is (70,140,187). Sum of RGB (Red+Green+Blue) = 70+140+187=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #468CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CBB is #B97344. Grayscale: #7C7C7C. Windows color (decimal): -12153669 or 12291142. OLE color: 12291142.

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

Color convert

RGB 70 140 187 -
CMYK 0.63 0.25 0 0.27
HSL 204.1º 0.46% 0.5% -
HSV(B) 204.1º 0.63% 0.73% -
XYZ 20.87 23.65 50.48 -
YUV 124.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 70 140 187 0.63 0.25 0 0.27 204.1 0.46 0.5
Hex 46 8C BB 3F 19 0 1B CC 2E 32
Octal 106 214 273 77 31 0 33 314 56 62
Binary 1000110 10001100 10111011 111111 11001 0 11011 11001100 101110 110010

Color Harmonies of #468CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CBB

Black with #468CBB

Text Example


Text Example

White with #468CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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