Html Css Color HEX #0C93FA Dodger Blue

📋 copy color: '#0C93FA'

red 12 ◦ green 147 ◦ blue 250

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

Shades of Dodger Blue #0C93FA

Tints of Dodger Blue #0C93FA

RGB

 RED value IS 12 (5.08% from 255) = 2.93%

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 250 (98.05% from 255) = 61.12%

R = 2.93%
G = 35.94%
B = 61.12%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C93FA (or 0x0C93FA) is known color: Dodger Blue. HEX triplet: 0C, 93 and FA. RGB value is (12,147,250). Sum of RGB (Red+Green+Blue) = 12+147+250=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C93FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C93FA is #F36C05. Grayscale: #757575. Windows color (decimal): -15952902 or 16421644. OLE color: 16421644.

HSL color Cylindrical-coordinate representation of color #0C93FA: hue angle of 205.97º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C93FA is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 147 250 -
CMYK 0.95 0.41 0 0.02
HSL 205.97º 0.96% 0.51% -
HSV(B) 205.97º 0.95% 0.98% -
XYZ 27.84 27.85 94.35 -
YUV 118.38 202.27 52.12 -
System Red Green Blue C M Y K H S L
Decimal 12 147 250 0.95 0.41 0 0.02 205.97 0.96 0.51
Hex C 93 FA 5F 29 0 2 CE 60 33
Octal 14 223 372 137 51 0 2 316 140 63
Binary 1100 10010011 11111010 1011111 101001 0 10 11001110 1100000 110011

Color Harmonies of #0C93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C93FA

Black with #0C93FA

Text Example


Text Example

White with #0C93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C93FA; }

 p { color: rgb(12,147,250); }

 H1.HeaderClassName
 {
   color: #0C93FA;
 }
 .AnyTagClassName
 {
   color: #0C93FA;
 }
</style>

background-color css

<style>
 a { background-color: #0C93FA; }

 a { background-color: rgb(12,147,250); }

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

border-color css

<style>
 span { border-color: #0C93FA; }

 span { border-color: rgb(12,147,250); }

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