Html Css Color HEX #468BBB Curious Blue

📋 copy color: '#468BBB'

red 70 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #468BBB

Tints of Curious Blue #468BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 17.68%
G = 35.1%
B = 47.22%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#468BBB (or 0x468BBB) is known color: Curious Blue. HEX triplet: 46, 8B and BB. RGB value is (70,139,187). Sum of RGB (Red+Green+Blue) = 70+139+187=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #468BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBB is #B97444. Grayscale: #7B7B7B. Windows color (decimal): -12153925 or 12290886. OLE color: 12290886.

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

Color convert

RGB 70 139 187 -
CMYK 0.63 0.26 0 0.27
HSL 204.62º 0.46% 0.5% -
HSV(B) 204.62º 0.63% 0.73% -
XYZ 20.73 23.36 50.43 -
YUV 123.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 70 139 187 0.63 0.26 0 0.27 204.62 0.46 0.5
Hex 46 8B BB 3F 1A 0 1B CD 2E 32
Octal 106 213 273 77 32 0 33 315 56 62
Binary 1000110 10001011 10111011 111111 11010 0 11011 11001101 101110 110010

Color Harmonies of #468BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BBB

Black with #468BBB

Text Example


Text Example

White with #468BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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