Html Css Color HEX #30A1FC Dodger Blue

📋 copy color: '#30A1FC'

red 48 ◦ green 161 ◦ blue 252

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

Shades of Dodger Blue #30A1FC

Tints of Dodger Blue #30A1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 10.41%
G = 34.92%
B = 54.66%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30A1FC (or 0x30A1FC) is known color: Dodger Blue. HEX triplet: 30, A1 and FC. RGB value is (48,161,252). Sum of RGB (Red+Green+Blue) = 48+161+252=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #30A1FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A1FC is #CF5E03. Grayscale: #898989. Windows color (decimal): -13590020 or 16556336. OLE color: 16556336.

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

Color convert

RGB 48 161 252 -
CMYK 0.81 0.36 0 0.01
HSL 206.76º 0.97% 0.59% -
HSV(B) 206.76º 0.81% 0.99% -
XYZ 31.53 33.15 96.83 -
YUV 137.59 192.56 64.1 -
System Red Green Blue C M Y K H S L
Decimal 48 161 252 0.81 0.36 0 0.01 206.76 0.97 0.59
Hex 30 A1 FC 51 24 0 1 CF 61 3B
Octal 60 241 374 121 44 0 1 317 141 73
Binary 110000 10100001 11111100 1010001 100100 0 1 11001111 1100001 111011

Color Harmonies of #30A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A1FC

Black with #30A1FC

Text Example


Text Example

White with #30A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,161,252); }

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

background-color css

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

 a { background-color: rgb(48,161,252); }

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

border-color css

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

 span { border-color: rgb(48,161,252); }

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