Html Css Color HEX #468BBF Curious Blue

📋 copy color: '#468BBF'

red 70 ◦ green 139 ◦ blue 191

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

Shades of Curious Blue #468BBF

Tints of Curious Blue #468BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 17.5%
G = 34.75%
B = 47.75%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#468BBF (or 0x468BBF) is known color: Curious Blue. HEX triplet: 46, 8B and BF. RGB value is (70,139,191). Sum of RGB (Red+Green+Blue) = 70+139+191=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #468BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBF is #B97440. Grayscale: #7C7C7C. Windows color (decimal): -12153921 or 12553030. OLE color: 12553030.

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

Color convert

RGB 70 139 191 -
CMYK 0.63 0.27 0 0.25
HSL 205.79º 0.49% 0.51% -
HSV(B) 205.79º 0.63% 0.75% -
XYZ 21.16 23.53 52.72 -
YUV 124.3 165.64 89.27 -
System Red Green Blue C M Y K H S L
Decimal 70 139 191 0.63 0.27 0 0.25 205.79 0.49 0.51
Hex 46 8B BF 3F 1B 0 19 CE 31 33
Octal 106 213 277 77 33 0 31 316 61 63
Binary 1000110 10001011 10111111 111111 11011 0 11001 11001110 110001 110011

Color Harmonies of #468BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BBF

Black with #468BBF

Text Example


Text Example

White with #468BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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