Html Css Color HEX #1B98FF Dodger Blue

📋 copy color: '#1B98FF'

red 27 ◦ green 152 ◦ blue 255

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

Shades of Dodger Blue #1B98FF

Tints of Dodger Blue #1B98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 6.22%
G = 35.02%
B = 58.76%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B98FF (or 0x1B98FF) is known color: Dodger Blue. HEX triplet: 1B, 98 and FF. RGB value is (27,152,255). Sum of RGB (Red+Green+Blue) = 27+152+255=434 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.22% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B98FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B98FF is #E46700. Grayscale: #7D7D7D. Windows color (decimal): -14968577 or 16750619. OLE color: 16750619.

HSL color Cylindrical-coordinate representation of color #1B98FF: hue angle of 207.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B98FF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 152 255 -
CMYK 0.89 0.40 0 0
HSL 207.11º 1% 0.55% -
HSV(B) 207.11º 0.89% 1% -
XYZ 29.73 29.91 98.81 -
YUV 126.37 200.59 57.12 -
System Red Green Blue C M Y K H S L
Decimal 27 152 255 0.89 0.40 0 0 207.11 1 0.55
Hex 1B 98 FF 59 28 0 0 CF 64 37
Octal 33 230 377 131 50 0 0 317 144 67
Binary 11011 10011000 11111111 1011001 101000 0 0 11001111 1100100 110111

Color Harmonies of #1B98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B98FF

Black with #1B98FF

Text Example


Text Example

White with #1B98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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