Html Css Color HEX #1BADFF Dodger Blue

📋 copy color: '#1BADFF'

red 27 ◦ green 173 ◦ blue 255

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

Shades of Dodger Blue #1BADFF

Tints of Dodger Blue #1BADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.02%

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

R = 5.93%
G = 38.02%
B = 56.04%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BADFF (or 0x1BADFF) is known color: Dodger Blue. HEX triplet: 1B, AD and FF. RGB value is (27,173,255). Sum of RGB (Red+Green+Blue) = 27+173+255=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BADFF is #E45200. Grayscale: #8A8A8A. Windows color (decimal): -14963201 or 16755995. OLE color: 16755995.

HSL color Cylindrical-coordinate representation of color #1BADFF: hue angle of 201.58º 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 #1BADFF is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 173 255 -
CMYK 0.89 0.32 0 0
HSL 201.58º 1% 0.55% -
HSV(B) 201.58º 0.89% 1% -
XYZ 33.45 37.34 100.05 -
YUV 138.69 193.63 48.33 -
System Red Green Blue C M Y K H S L
Decimal 27 173 255 0.89 0.32 0 0 201.58 1 0.55
Hex 1B AD FF 59 20 0 0 CA 64 37
Octal 33 255 377 131 40 0 0 312 144 67
Binary 11011 10101101 11111111 1011001 100000 0 0 11001010 1100100 110111

Color Harmonies of #1BADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADFF

Black with #1BADFF

Text Example


Text Example

White with #1BADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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