Html Css Color HEX #468BBA Curious Blue

📋 copy color: '#468BBA'

red 70 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #468BBA

Tints of Curious Blue #468BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 17.72%
G = 35.19%
B = 47.09%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#468BBA (or 0x468BBA) is known color: Curious Blue. HEX triplet: 46, 8B and BA. RGB value is (70,139,186). Sum of RGB (Red+Green+Blue) = 70+139+186=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #468BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBA is #B97445. Grayscale: #7B7B7B. Windows color (decimal): -12153926 or 12225350. OLE color: 12225350.

HSL color Cylindrical-coordinate representation of color #468BBA: hue angle of 204.31º degrees, saturation: 0.46, 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 #468BBA is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 139 186 -
CMYK 0.62 0.25 0 0.27
HSL 204.31º 0.46% 0.5% -
HSV(B) 204.31º 0.62% 0.73% -
XYZ 20.62 23.31 49.87 -
YUV 123.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 70 139 186 0.62 0.25 0 0.27 204.31 0.46 0.5
Hex 46 8B BA 3E 19 0 1B CC 2E 32
Octal 106 213 272 76 31 0 33 314 56 62
Binary 1000110 10001011 10111010 111110 11001 0 11011 11001100 101110 110010

Color Harmonies of #468BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BBA

Black with #468BBA

Text Example


Text Example

White with #468BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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