Html Css Color HEX #0C7BFA Dodger Blue

📋 copy color: '#0C7BFA'

red 12 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #0C7BFA

Tints of Dodger Blue #0C7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 3.12%
G = 31.95%
B = 64.94%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C7BFA (or 0x0C7BFA) is known color: Dodger Blue. HEX triplet: 0C, 7B and FA. RGB value is (12,123,250). Sum of RGB (Red+Green+Blue) = 12+123+250=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C7BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7BFA is #F38405. Grayscale: #676767. Windows color (decimal): -15959046 or 16415500. OLE color: 16415500.

HSL color Cylindrical-coordinate representation of color #0C7BFA: hue angle of 212.02º 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 #0C7BFA is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 123 250 -
CMYK 0.95 0.51 0 0.02
HSL 212.02º 0.96% 0.51% -
HSV(B) 212.02º 0.95% 0.98% -
XYZ 24.49 21.15 93.23 -
YUV 104.29 210.23 62.17 -
System Red Green Blue C M Y K H S L
Decimal 12 123 250 0.95 0.51 0 0.02 212.02 0.96 0.51
Hex C 7B FA 5F 33 0 2 D4 60 33
Octal 14 173 372 137 63 0 2 324 140 63
Binary 1100 1111011 11111010 1011111 110011 0 10 11010100 1100000 110011

Color Harmonies of #0C7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7BFA

Black with #0C7BFA

Text Example


Text Example

White with #0C7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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