Html Css Color HEX #1BADF3 Dodger Blue

📋 copy color: '#1BADF3'

red 27 ◦ green 173 ◦ blue 243

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

Shades of Dodger Blue #1BADF3

Tints of Dodger Blue #1BADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.85%

R = 6.09%
G = 39.05%
B = 54.85%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1BADF3 (or 0x1BADF3) is known color: Dodger Blue. HEX triplet: 1B, AD and F3. RGB value is (27,173,243). Sum of RGB (Red+Green+Blue) = 27+173+243=443 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.09% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #1BADF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BADF3 is #E4520C. Grayscale: #888888. Windows color (decimal): -14963213 or 15969563. OLE color: 15969563.

HSL color Cylindrical-coordinate representation of color #1BADF3: hue angle of 199.44º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BADF3 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 27 173 243 -
CMYK 0.89 0.29 0 0.05
HSL 199.44º 0.9% 0.53% -
HSV(B) 199.44º 0.89% 0.95% -
XYZ 31.57 36.59 90.19 -
YUV 137.33 187.63 49.31 -
System Red Green Blue C M Y K H S L
Decimal 27 173 243 0.89 0.29 0 0.05 199.44 0.9 0.53
Hex 1B AD F3 59 1D 0 5 C7 5A 35
Octal 33 255 363 131 35 0 5 307 132 65
Binary 11011 10101101 11110011 1011001 11101 0 101 11000111 1011010 110101

Color Harmonies of #1BADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADF3

Black with #1BADF3

Text Example


Text Example

White with #1BADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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