Html Css Color HEX #247BCA Curious Blue

📋 copy color: '#247BCA'

red 36 ◦ green 123 ◦ blue 202

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

Shades of Curious Blue #247BCA

Tints of Curious Blue #247BCA

RGB

 RED value IS 36 (14.45% from 255) = 9.97%

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

 BLUE value IS 202 (79.3% from 255) = 55.96%

R = 9.97%
G = 34.07%
B = 55.96%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#247BCA (or 0x247BCA) is known color: Curious Blue. HEX triplet: 24, 7B and CA. RGB value is (36,123,202). Sum of RGB (Red+Green+Blue) = 36+123+202=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #247BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BCA is #DB8435. Grayscale: #696969. Windows color (decimal): -14386230 or 13269796. OLE color: 13269796.

HSL color Cylindrical-coordinate representation of color #247BCA: hue angle of 208.55º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247BCA is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 123 202 -
CMYK 0.82 0.39 0 0.21
HSL 208.55º 0.7% 0.47% -
HSV(B) 208.55º 0.82% 0.79% -
XYZ 18.47 18.81 58.53 -
YUV 105.99 182.18 78.08 -
System Red Green Blue C M Y K H S L
Decimal 36 123 202 0.82 0.39 0 0.21 208.55 0.7 0.47
Hex 24 7B CA 52 27 0 15 D1 46 2F
Octal 44 173 312 122 47 0 25 321 106 57
Binary 100100 1111011 11001010 1010010 100111 0 10101 11010001 1000110 101111

Color Harmonies of #247BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BCA

Black with #247BCA

Text Example


Text Example

White with #247BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247BCA; }

 p { color: rgb(36,123,202); }

 H1.HeaderClassName
 {
   color: #247BCA;
 }
 .AnyTagClassName
 {
   color: #247BCA;
 }
</style>

background-color css

<style>
 a { background-color: #247BCA; }

 a { background-color: rgb(36,123,202); }

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

border-color css

<style>
 span { border-color: #247BCA; }

 span { border-color: rgb(36,123,202); }

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