Html Css Color HEX #38A1FC Dodger Blue

📋 copy color: '#38A1FC'

red 56 ◦ green 161 ◦ blue 252

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

Shades of Dodger Blue #38A1FC

Tints of Dodger Blue #38A1FC

RGB

 RED value IS 56 (22.27% from 255) = 11.94%

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

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

R = 11.94%
G = 34.33%
B = 53.73%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38A1FC (or 0x38A1FC) is known color: Dodger Blue. HEX triplet: 38, A1 and FC. RGB value is (56,161,252). Sum of RGB (Red+Green+Blue) = 56+161+252=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #38A1FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A1FC is #C75E03. Grayscale: #8B8B8B. Windows color (decimal): -13065732 or 16556344. OLE color: 16556344.

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

Color convert

RGB 56 161 252 -
CMYK 0.78 0.36 0 0.01
HSL 207.86º 0.97% 0.6% -
HSV(B) 207.86º 0.78% 0.99% -
XYZ 31.95 33.36 96.85 -
YUV 139.98 191.21 68.1 -
System Red Green Blue C M Y K H S L
Decimal 56 161 252 0.78 0.36 0 0.01 207.86 0.97 0.6
Hex 38 A1 FC 4E 24 0 1 D0 61 3C
Octal 70 241 374 116 44 0 1 320 141 74
Binary 111000 10100001 11111100 1001110 100100 0 1 11010000 1100001 111100

Color Harmonies of #38A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A1FC

Black with #38A1FC

Text Example


Text Example

White with #38A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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