Html Css Color HEX #1B98DF Dodger Blue

📋 copy color: '#1B98DF'

red 27 ◦ green 152 ◦ blue 223

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

Shades of Dodger Blue #1B98DF

Tints of Dodger Blue #1B98DF

RGB

 RED value IS 27 (10.94% from 255) = 6.72%

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 6.72%
G = 37.81%
B = 55.47%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B98DF (or 0x1B98DF) is known color: Dodger Blue. HEX triplet: 1B, 98 and DF. RGB value is (27,152,223). Sum of RGB (Red+Green+Blue) = 27+152+223=402 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.72% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B98DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B98DF is #E46720. Grayscale: #7A7A7A. Windows color (decimal): -14968609 or 14653467. OLE color: 14653467.

HSL color Cylindrical-coordinate representation of color #1B98DF: hue angle of 201.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B98DF is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 152 223 -
CMYK 0.88 0.32 0 0.13
HSL 201.73º 0.78% 0.49% -
HSV(B) 201.73º 0.88% 0.87% -
XYZ 25 28.02 73.9 -
YUV 122.72 184.59 59.73 -
System Red Green Blue C M Y K H S L
Decimal 27 152 223 0.88 0.32 0 0.13 201.73 0.78 0.49
Hex 1B 98 DF 58 20 0 D CA 4E 31
Octal 33 230 337 130 40 0 15 312 116 61
Binary 11011 10011000 11011111 1011000 100000 0 1101 11001010 1001110 110001

Color Harmonies of #1B98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B98DF

Black with #1B98DF

Text Example


Text Example

White with #1B98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B98DF; }

 p { color: rgb(27,152,223); }

 H1.HeaderClassName
 {
   color: #1B98DF;
 }
 .AnyTagClassName
 {
   color: #1B98DF;
 }
</style>

background-color css

<style>
 a { background-color: #1B98DF; }

 a { background-color: rgb(27,152,223); }

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

border-color css

<style>
 span { border-color: #1B98DF; }

 span { border-color: rgb(27,152,223); }

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