Html Css Color HEX #418DCB Curious Blue

📋 copy color: '#418DCB'

red 65 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #418DCB

Tints of Curious Blue #418DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 15.89%
G = 34.47%
B = 49.63%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#418DCB (or 0x418DCB) is known color: Curious Blue. HEX triplet: 41, 8D and CB. RGB value is (65,141,203). Sum of RGB (Red+Green+Blue) = 65+141+203=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #418DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DCB is #BE7234. Grayscale: #7D7D7D. Windows color (decimal): -12481077 or 13339969. OLE color: 13339969.

HSL color Cylindrical-coordinate representation of color #418DCB: hue angle of 206.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #418DCB is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 141 203 -
CMYK 0.68 0.31 0 0.20
HSL 206.96º 0.57% 0.53% -
HSV(B) 206.96º 0.68% 0.8% -
XYZ 22.48 24.49 60.04 -
YUV 125.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 65 141 203 0.68 0.31 0 0.20 206.96 0.57 0.53
Hex 41 8D CB 44 1F 0 14 CF 39 35
Octal 101 215 313 104 37 0 24 317 71 65
Binary 1000001 10001101 11001011 1000100 11111 0 10100 11001111 111001 110101

Color Harmonies of #418DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DCB

Black with #418DCB

Text Example


Text Example

White with #418DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,141,203); }

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

background-color css

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

 a { background-color: rgb(65,141,203); }

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

border-color css

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

 span { border-color: rgb(65,141,203); }

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