Html Css Color HEX #038CFD Dodger Blue

📋 copy color: '#038CFD'

red 3 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #038CFD

Tints of Dodger Blue #038CFD

RGB

 RED value IS 3 (1.56% from 255) = 0.76%

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 0.76%
G = 35.35%
B = 63.89%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#038CFD (or 0x038CFD) is known color: Dodger Blue. HEX triplet: 03, 8C and FD. RGB value is (3,140,253). Sum of RGB (Red+Green+Blue) = 3+140+253=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #038CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038CFD is #FC7302. Grayscale: #6F6F6F. Windows color (decimal): -16544515 or 16616451. OLE color: 16616451.

HSL color Cylindrical-coordinate representation of color #038CFD: hue angle of 207.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CFD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 140 253 -
CMYK 0.99 0.45 0 0.01
HSL 207.12º 0.98% 0.5% -
HSV(B) 207.12º 0.99% 0.99% -
XYZ 27.15 25.87 96.49 -
YUV 111.92 207.61 50.31 -
System Red Green Blue C M Y K H S L
Decimal 3 140 253 0.99 0.45 0 0.01 207.12 0.98 0.5
Hex 3 8C FD 63 2D 0 1 CF 62 32
Octal 3 214 375 143 55 0 1 317 142 62
Binary 11 10001100 11111101 1100011 101101 0 1 11001111 1100010 110010

Color Harmonies of #038CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CFD

Black with #038CFD

Text Example


Text Example

White with #038CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038CFD; }

 p { color: rgb(3,140,253); }

 H1.HeaderClassName
 {
   color: #038CFD;
 }
 .AnyTagClassName
 {
   color: #038CFD;
 }
</style>

background-color css

<style>
 a { background-color: #038CFD; }

 a { background-color: rgb(3,140,253); }

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

border-color css

<style>
 span { border-color: #038CFD; }

 span { border-color: rgb(3,140,253); }

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