Html Css Color HEX #4198CB Curious Blue

📋 copy color: '#4198CB'

red 65 ◦ green 152 ◦ blue 203

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

Shades of Curious Blue #4198CB

Tints of Curious Blue #4198CB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 15.48%
G = 36.19%
B = 48.33%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4198CB (or 0x4198CB) is known color: Curious Blue. HEX triplet: 41, 98 and CB. RGB value is (65,152,203). Sum of RGB (Red+Green+Blue) = 65+152+203=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #4198CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4198CB is #BE6734. Grayscale: #838383. Windows color (decimal): -12478261 or 13342785. OLE color: 13342785.

HSL color Cylindrical-coordinate representation of color #4198CB: hue angle of 202.17º 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 #4198CB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 152 203 -
CMYK 0.68 0.25 0 0.20
HSL 202.17º 0.57% 0.53% -
HSV(B) 202.17º 0.68% 0.8% -
XYZ 24.19 27.89 60.61 -
YUV 131.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 65 152 203 0.68 0.25 0 0.20 202.17 0.57 0.53
Hex 41 98 CB 44 19 0 14 CA 39 35
Octal 101 230 313 104 31 0 24 312 71 65
Binary 1000001 10011000 11001011 1000100 11001 0 10100 11001010 111001 110101

Color Harmonies of #4198CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4198CB

Black with #4198CB

Text Example


Text Example

White with #4198CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4198CB; }

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

 H1.HeaderClassName
 {
   color: #4198CB;
 }
 .AnyTagClassName
 {
   color: #4198CB;
 }
</style>

background-color css

<style>
 a { background-color: #4198CB; }

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

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

border-color css

<style>
 span { border-color: #4198CB; }

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

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