Html Css Color HEX #468FBB Curious Blue

📋 copy color: '#468FBB'

red 70 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #468FBB

Tints of Curious Blue #468FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

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

R = 17.5%
G = 35.75%
B = 46.75%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#468FBB (or 0x468FBB) is known color: Curious Blue. HEX triplet: 46, 8F and BB. RGB value is (70,143,187). Sum of RGB (Red+Green+Blue) = 70+143+187=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #468FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FBB is #B97044. Grayscale: #7D7D7D. Windows color (decimal): -12152901 or 12291910. OLE color: 12291910.

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

Color convert

RGB 70 143 187 -
CMYK 0.63 0.24 0 0.27
HSL 202.56º 0.46% 0.5% -
HSV(B) 202.56º 0.63% 0.73% -
XYZ 21.32 24.53 50.63 -
YUV 126.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 70 143 187 0.63 0.24 0 0.27 202.56 0.46 0.5
Hex 46 8F BB 3F 18 0 1B CB 2E 32
Octal 106 217 273 77 30 0 33 313 56 62
Binary 1000110 10001111 10111011 111111 11000 0 11011 11001011 101110 110010

Color Harmonies of #468FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FBB

Black with #468FBB

Text Example


Text Example

White with #468FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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