Html Css Color HEX #418BBC Curious Blue

📋 copy color: '#418BBC'

red 65 ◦ green 139 ◦ blue 188

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

Shades of Curious Blue #418BBC

Tints of Curious Blue #418BBC

RGB

 RED value IS 65 (25.78% from 255) = 16.58%

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 16.58%
G = 35.46%
B = 47.96%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#418BBC (or 0x418BBC) is known color: Curious Blue. HEX triplet: 41, 8B and BC. RGB value is (65,139,188). Sum of RGB (Red+Green+Blue) = 65+139+188=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #418BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BBC is #BE7443. Grayscale: #7A7A7A. Windows color (decimal): -12481604 or 12356417. OLE color: 12356417.

HSL color Cylindrical-coordinate representation of color #418BBC: hue angle of 203.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #418BBC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 139 188 -
CMYK 0.65 0.26 0 0.26
HSL 203.9º 0.49% 0.5% -
HSV(B) 203.9º 0.65% 0.74% -
XYZ 20.49 23.22 50.98 -
YUV 122.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 65 139 188 0.65 0.26 0 0.26 203.9 0.49 0.5
Hex 41 8B BC 41 1A 0 1A CC 31 32
Octal 101 213 274 101 32 0 32 314 61 62
Binary 1000001 10001011 10111100 1000001 11010 0 11010 11001100 110001 110010

Color Harmonies of #418BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BBC

Black with #418BBC

Text Example


Text Example

White with #418BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418BBC; }

 p { color: rgb(65,139,188); }

 H1.HeaderClassName
 {
   color: #418BBC;
 }
 .AnyTagClassName
 {
   color: #418BBC;
 }
</style>

background-color css

<style>
 a { background-color: #418BBC; }

 a { background-color: rgb(65,139,188); }

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

border-color css

<style>
 span { border-color: #418BBC; }

 span { border-color: rgb(65,139,188); }

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