Html Css Color HEX #30ABFF Dodger Blue

📋 copy color: '#30ABFF'

red 48 ◦ green 171 ◦ blue 255

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

Shades of Dodger Blue #30ABFF

Tints of Dodger Blue #30ABFF

RGB

 RED value IS 48 (19.14% from 255) = 10.13%

 GREEN value IS 171 (67.19% from 255) = 36.08%

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

R = 10.13%
G = 36.08%
B = 53.8%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30ABFF (or 0x30ABFF) is known color: Dodger Blue. HEX triplet: 30, AB and FF. RGB value is (48,171,255). Sum of RGB (Red+Green+Blue) = 48+171+255=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #30ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABFF is #CF5400. Grayscale: #8F8F8F. Windows color (decimal): -13587457 or 16755504. OLE color: 16755504.

HSL color Cylindrical-coordinate representation of color #30ABFF: hue angle of 204.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ABFF is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 171 255 -
CMYK 0.81 0.33 0 0
HSL 204.35º 1% 0.59% -
HSV(B) 204.35º 0.81% 1% -
XYZ 33.83 36.97 99.96 -
YUV 143.8 190.75 59.67 -
System Red Green Blue C M Y K H S L
Decimal 48 171 255 0.81 0.33 0 0 204.35 1 0.59
Hex 30 AB FF 51 21 0 0 CC 64 3B
Octal 60 253 377 121 41 0 0 314 144 73
Binary 110000 10101011 11111111 1010001 100001 0 0 11001100 1100100 111011

Color Harmonies of #30ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABFF

Black with #30ABFF

Text Example


Text Example

White with #30ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30ABFF; }

 p { color: rgb(48,171,255); }

 H1.HeaderClassName
 {
   color: #30ABFF;
 }
 .AnyTagClassName
 {
   color: #30ABFF;
 }
</style>

background-color css

<style>
 a { background-color: #30ABFF; }

 a { background-color: rgb(48,171,255); }

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

border-color css

<style>
 span { border-color: #30ABFF; }

 span { border-color: rgb(48,171,255); }

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