Html Css Color HEX #468FBE Curious Blue

📋 copy color: '#468FBE'

red 70 ◦ green 143 ◦ blue 190

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

Shades of Curious Blue #468FBE

Tints of Curious Blue #468FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 17.37%
G = 35.48%
B = 47.15%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#468FBE (or 0x468FBE) is known color: Curious Blue. HEX triplet: 46, 8F and BE. RGB value is (70,143,190). Sum of RGB (Red+Green+Blue) = 70+143+190=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #468FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FBE is #B97041. Grayscale: #7E7E7E. Windows color (decimal): -12152898 or 12488518. OLE color: 12488518.

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

Color convert

RGB 70 143 190 -
CMYK 0.63 0.25 0 0.25
HSL 203.5º 0.48% 0.51% -
HSV(B) 203.5º 0.63% 0.75% -
XYZ 21.64 24.66 52.34 -
YUV 126.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 70 143 190 0.63 0.25 0 0.25 203.5 0.48 0.51
Hex 46 8F BE 3F 19 0 19 CC 30 33
Octal 106 217 276 77 31 0 31 314 60 63
Binary 1000110 10001111 10111110 111111 11001 0 11001 11001100 110000 110011

Color Harmonies of #468FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FBE

Black with #468FBE

Text Example


Text Example

White with #468FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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