Html Css Color HEX #468CBA Curious Blue

📋 copy color: '#468CBA'

red 70 ◦ green 140 ◦ blue 186

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

Shades of Curious Blue #468CBA

Tints of Curious Blue #468CBA

RGB

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

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

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

R = 17.68%
G = 35.35%
B = 46.97%

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

#468CBA (or 0x468CBA) is known color: Curious Blue. HEX triplet: 46, 8C and BA. RGB value is (70,140,186). Sum of RGB (Red+Green+Blue) = 70+140+186=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #468CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CBA is #B97345. Grayscale: #7C7C7C. Windows color (decimal): -12153670 or 12225606. OLE color: 12225606.

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

Color convert

RGB 70 140 186 -
CMYK 0.62 0.25 0 0.27
HSL 203.79º 0.46% 0.5% -
HSV(B) 203.79º 0.62% 0.73% -
XYZ 20.77 23.6 49.92 -
YUV 124.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 70 140 186 0.62 0.25 0 0.27 203.79 0.46 0.5
Hex 46 8C BA 3E 19 0 1B CC 2E 32
Octal 106 214 272 76 31 0 33 314 56 62
Binary 1000110 10001100 10111010 111110 11001 0 11011 11001100 101110 110010

Color Harmonies of #468CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CBA

Black with #468CBA

Text Example


Text Example

White with #468CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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